Merge pull request #43 from uja-dev-practices/AlexisLopez-Dev-patch-5

Change allowedHosts to true in Vite config
This commit is contained in:
Mireya Cueto Garrido
2026-04-22 13:02:16 +02:00
committed by GitHub
+1 -1
View File
@@ -10,6 +10,6 @@ export default defineConfig({
],
server: {
host: '0.0.0.0',
allowedHosts: 'all'
allowedHosts: true
}
})