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