diff --git a/vite.config.ts b/vite.config.ts index 91c956a..81cf3fc 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -8,6 +8,7 @@ export default defineConfig(({ mode }) => ({ server: { host: "::", port: 7863, + allowedHosts: ["wealthwise.eventifyplus.com"], }, plugins: [ react(),