This commit is contained in:
2026-07-16 12:36:22 +00:00
parent 93fc492981
commit b60987323e
6 changed files with 60 additions and 8 deletions

View File

@@ -4,4 +4,10 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
server: {
allowedHosts: true,
},
preview: {
allowedHosts: true,
},
})