diff --git a/webapp/vite.config.js b/webapp/vite.config.js index 61f5960..c63f13c 100644 --- a/webapp/vite.config.js +++ b/webapp/vite.config.js @@ -12,4 +12,8 @@ export default defineConfig({ include: ["src/**/*.{test,spec}.{js,ts}"], }, }, + server: { + host: "0.0.0.0", + port: 5173, + }, });