fix: update proxy target to use 127.0.0.1 and mark subproject commits as dirty

This commit is contained in:
David Montero Crespo 2026-04-16 23:13:16 -03:00
parent 00a15c6f76
commit 64f6f76160
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'http://localhost:8001',
target: 'http://127.0.0.1:8001',
changeOrigin: true,
},
},