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