Skip to content

Commit db93322

Browse files
committed
remove 0.0.0.0 host
1 parent 33f9484 commit db93322

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfig({
88
server: {
99
host: '0.0.0.0',
1010
port: 5173,
11-
allowedHosts: ['wallet-link.stellz.club', '127.0.0.1', '0.0.0.0']
11+
allowedHosts: ['wallet-link.stellz.club', '127.0.0.1']
1212
},
1313
build: {
1414
rollupOptions: {

0 commit comments

Comments
 (0)