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:
Mireya Cueto Garrido
2026-04-22 12:54:36 +02:00
committed by GitHub
+1
View File
@@ -9,6 +9,7 @@ export default defineConfig({
tailwindcss(),
],
server: {
host: '0.0.0.0',
allowedHosts: 'all'
}
})