Remove proxy configuration from Vite setup

This commit is contained in:
2026-02-11 18:23:43 -06:00
parent daa520b5fa
commit 12fb7c54f8

View File

@@ -10,14 +10,7 @@ export default defineConfig({
allowedHosts: [
'anexo76-dev.aduanasoft.com',
// 'otro-host.com' si necesitas más
],
proxy: {
'/api': {
target: 'http://backend:8000',
changeOrigin: true,
secure: false,
},
},
],
},
plugins: [
tailwindcss(),