fix: allow wealthwise host
This commit is contained in:
@@ -8,6 +8,7 @@ export default defineConfig(({ mode }) => ({
|
|||||||
server: {
|
server: {
|
||||||
host: "::",
|
host: "::",
|
||||||
port: 7863,
|
port: 7863,
|
||||||
|
allowedHosts: ["wealthwise.eventifyplus.com"],
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
react(),
|
react(),
|
||||||
|
|||||||
Reference in New Issue
Block a user