From 0826c606ba3fa9e85728668b156669aeb6fda30f Mon Sep 17 00:00:00 2001 From: "(jenkins)" <(jenkins)> Date: Thu, 16 Apr 2026 23:50:26 +0100 Subject: [PATCH] allow any host name for now. --- frontend/vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/vite.config.js b/frontend/vite.config.js index c4cc50e..bb8629f 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -12,6 +12,7 @@ export default defineConfig({ server: { port: 3050, host: '0.0.0.0', + allowedHosts: ['*'] }, build: { outDir: 'build',