mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-23 04:47:19 +00:00
9 lines
233 B
JavaScript
9 lines
233 B
JavaScript
const path = require('path');
|
|
|
|
module.exports = {
|
|
// Target directory for the build.
|
|
buildDir: path.resolve(__dirname, 'build'),
|
|
// Path where the Hass.io frontend will be publicly available.
|
|
publicPath: '/api/hassio/app',
|
|
}
|