Compare commits

...

2 Commits

3 changed files with 3 additions and 3 deletions

2
.gga
View File

@@ -34,7 +34,7 @@ EXCLUDE_PATTERNS="*.test.ts,*.spec.ts,*.test.tsx,*.spec.tsx,*.d.ts"
# File containing code review rules
# Default: AGENTS.md
RULES_FILE="AGENTS.md"
RULES_FILE="AGENT.md"
# Strict mode: fail if AI response is ambiguous
# Default: true

View File

@@ -1 +1 @@
VITE_API_URL=http://localhost:5000/api
VITE_API_URL=http://localhost:5082/api

View File

@@ -8,7 +8,7 @@ export default defineConfig({
port: 8181,
proxy: {
'/api': {
target: 'http://localhost:5000',
target: 'http://localhost:5082',
changeOrigin: true,
},
},