Browse Source

Update vite.config.ts

MrDuhaz 1 tháng trước cách đây
mục cha
commit
2af92aea3a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      vite.config.ts

+ 1 - 1
vite.config.ts

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