Merge pull request #43 from uja-dev-practices/AlexisLopez-Dev-patch-5
Change allowedHosts to true in Vite config
This commit is contained in:
@@ -10,6 +10,6 @@ export default defineConfig({
|
|||||||
],
|
],
|
||||||
server: {
|
server: {
|
||||||
host: '0.0.0.0',
|
host: '0.0.0.0',
|
||||||
allowedHosts: 'all'
|
allowedHosts: true
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user