fix: allow wealthwise host

This commit is contained in:
CycroftX
2026-02-15 13:52:06 +05:30
parent af34d85f76
commit a493596ebe

View File

@@ -8,6 +8,7 @@ export default defineConfig(({ mode }) => ({
server: {
host: "::",
port: 7863,
allowedHosts: ["wealthwise.eventifyplus.com"],
},
plugins: [
react(),