From a493596ebeb63cbbde51a63bda028747ad9cc19a Mon Sep 17 00:00:00 2001 From: CycroftX Date: Sun, 15 Feb 2026 13:52:06 +0530 Subject: [PATCH] fix: allow wealthwise host --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) 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(),