fix: agregar configuración de host en el servidor de Vite
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