Make two builds of hassio (#6105)

This commit is contained in:
Paulus Schoutsen
2020-06-05 21:56:56 -07:00
committed by GitHub
parent 7050d19be7
commit e384f76ac1
6 changed files with 33 additions and 26 deletions

View File

@@ -34,7 +34,7 @@ module.exports = {
hassio_dir: path.resolve(__dirname, "../hassio"),
hassio_output_root: path.resolve(__dirname, "../hassio/build"),
hassio_publicPath: "/api/hassio/app/",
hassio_publicPath: "/api/hassio/app",
translations_src: path.resolve(__dirname, "../src/translations"),
};