mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-24 13:43:13 +08:00
adds /application to open when dev server starts
This commit is contained in:
parent
e1ea39e287
commit
1d65ed38f9
@ -10,6 +10,8 @@ module.exports = {
|
|||||||
historyApiFallback: true,
|
historyApiFallback: true,
|
||||||
publicPath: "/",
|
publicPath: "/",
|
||||||
transportMode: "ws",
|
transportMode: "ws",
|
||||||
|
open: true,
|
||||||
|
openPage: "application",
|
||||||
contentBase: [resolve(__dirname, "./public")],
|
contentBase: [resolve(__dirname, "./public")],
|
||||||
hot: true,
|
hot: true,
|
||||||
liveReload: false,
|
liveReload: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user