chore: update allowedHosts and set preview port

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

View File

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