Compare commits
2 Commits
08cd32ba85
...
552d1305f8
| Author | SHA1 | Date | |
|---|---|---|---|
| 552d1305f8 | |||
| 48aaaa798c |
2
.gga
2
.gga
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
VITE_API_URL=http://localhost:5000/api
|
||||
VITE_API_URL=http://localhost:5082/api
|
||||
|
||||
@@ -8,7 +8,7 @@ export default defineConfig({
|
||||
port: 8181,
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://localhost:5000',
|
||||
target: 'http://localhost:5082',
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user