1
mirror of https://github.com/home-assistant/frontend synced 2024-10-05 22:05:30 +02:00
ha-frontend/hassio/config.js
Paulus Schoutsen cb0db95abe
Build hassio panel (#1184)
* Fix hass.io panel

* Add develop scripts

* Build hassio on Travis
2018-05-16 23:03:48 -04:00

8 lines
239 B
JavaScript

const path = require('path');
module.exports = {
// Target directory for the build.
buildDir: path.resolve(__dirname, 'build-es5'),
// Path where the Hass.io frontend will be publicly available.
publicPath: '/api/hassio/app-es5'
}