mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 10:48:44 +00:00
Allow demo config to be tested from other device on network
This commit is contained in:
@@ -8,7 +8,7 @@ const { babelLoaderConfig } = require("../config/babel.js");
|
||||
const isProd = process.env.NODE_ENV === "production";
|
||||
const chunkFilename = isProd ? "chunk.[chunkhash].js" : "[name].chunk.js";
|
||||
const buildPath = path.resolve(__dirname, "dist");
|
||||
const publicPath = isProd ? "./" : "http://localhost:8080/";
|
||||
const publicPath = "./";
|
||||
|
||||
const latestBuild = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user