Merge pull request #42 from uja-dev-practices/AlexisLopez-Dev-patch-4
Set Vite server host to '0.0.0.0'
This commit is contained in:
@@ -9,6 +9,7 @@ export default defineConfig({
|
||||
tailwindcss(),
|
||||
],
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
allowedHosts: 'all'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user