From 221aa1c2af541cfd1176fd87c5bae739db6c5e25 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 13 Sep 2025 08:19:53 +0200 Subject: [PATCH] fix: allow hosts --- frontend-vue/vite.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend-vue/vite.config.ts b/frontend-vue/vite.config.ts index 24f5a2e..6fac1fa 100644 --- a/frontend-vue/vite.config.ts +++ b/frontend-vue/vite.config.ts @@ -40,7 +40,8 @@ export default defineConfig({ } }, server: { - port: 5173 + port: 5173, + allowedHosts: true }, build: { outDir: 'dist'