fix: update allowedHosts configuration to true

This commit is contained in:
2025-03-09 14:14:00 +01:00
parent fc47a93671
commit 6528c0e79e

View File

@ -20,10 +20,10 @@ export default defineConfig({
vite: {
plugins: [tailwindcss()],
server: {
allowedHosts: ['*']
allowedHosts: true
},
preview: {
allowedHosts: ['*']
allowedHosts: true
}
}
});