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: { server: {
host: "::", host: "::",
port: 7863, port: 7863,
allowedHosts: ["wealthwise.eventifyplus.com"],
}, },
plugins: [ plugins: [
react(), react(),