Browse Source

Update vite.config.ts

MrDuhaz 1 month ago
parent
commit
b51d2147e9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      vite.config.ts

+ 1 - 0
vite.config.ts

@@ -8,6 +8,7 @@ export default defineConfig(({ mode }) => ({
   server: {
     host: "::",
     port: 8080,
+    allowedHosts: ['all'],
   },
   plugins: [
     react(),