vite.server.allowedHosts nested correctly
This commit is contained in:
Kunthawat Greethong
2026-04-28 11:42:13 +07:00
parent 4d536cb2a0
commit 1a8e7e79ae
4 changed files with 13 additions and 2 deletions

View File

@@ -6,6 +6,8 @@ export default defineConfig({
port: 4321,
},
vite: {
allowedHosts: true,
server: {
allowedHosts: true,
},
},
})