fix: agregar configuración de host en el servidor de Vite
This commit is contained in:
@@ -9,6 +9,7 @@ export default defineConfig({
|
|||||||
tailwindcss(),
|
tailwindcss(),
|
||||||
],
|
],
|
||||||
server: {
|
server: {
|
||||||
|
host: '0.0.0.0',
|
||||||
allowedHosts: 'all'
|
allowedHosts: 'all'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user