fix: update allowedHosts configuration to true
This commit is contained in:
@ -20,10 +20,10 @@ export default defineConfig({
|
||||
vite: {
|
||||
plugins: [tailwindcss()],
|
||||
server: {
|
||||
allowedHosts: ['*']
|
||||
allowedHosts: true
|
||||
},
|
||||
preview: {
|
||||
allowedHosts: ['*']
|
||||
allowedHosts: true
|
||||
}
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user