diff --git a/gui/esbuild.js b/gui/esbuild.js index 26acf873..c2a0aa9a 100644 --- a/gui/esbuild.js +++ b/gui/esbuild.js @@ -65,6 +65,8 @@ if (watch) { await ctx.watch(); const { host, port } = await ctx.serve({ + host: '127.0.0.1', + port: 8000, servedir: 'out/', });