1 parent 33f9484 commit db93322Copy full SHA for db93322
1 file changed
vite.config.ts
@@ -8,7 +8,7 @@ export default defineConfig({
8
server: {
9
host: '0.0.0.0',
10
port: 5173,
11
- allowedHosts: ['wallet-link.stellz.club', '127.0.0.1', '0.0.0.0']
+ allowedHosts: ['wallet-link.stellz.club', '127.0.0.1']
12
},
13
build: {
14
rollupOptions: {
0 commit comments