Remove proxy configuration from Vite setup
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user