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