Vite config

This commit is contained in:
Exteban08
2026-01-08 19:43:25 +00:00
parent fab39f099d
commit 59067b387c

View File

@@ -11,13 +11,13 @@ export default defineConfig({
tailwindcss(), tailwindcss(),
], ],
server: { server: {
host: '127.0.0.1', host: true,
port: 5173, port: 5173,
allowedHosts: [ allowedHosts: [
"localhost", "localhost",
"127.0.0.1", "127.0.0.1",
"reyna-compressive-shaunna.ngrok-free.dev", "reyna-compressive-shaunna.ngrok-free.dev",
"https://sistema.gestionrecursoshidricos.com/" "sistema.gestionrecursoshidricos.com"
], ],
// proxy:{ // proxy:{
// '/api':{ // '/api':{