Set Vite server host to '0.0.0.0'

This commit is contained in:
Alexis López
2026-04-22 12:54:08 +02:00
committed by GitHub
parent 693d98a965
commit 3e95500fa9
+1
View File
@@ -9,6 +9,7 @@ export default defineConfig({
tailwindcss(), tailwindcss(),
], ],
server: { server: {
host: '0.0.0.0',
allowedHosts: 'all' allowedHosts: 'all'
} }
}) })