fix: replace orIgnore with findOne for SQLite compat; set backend port 3003

This commit is contained in:
2026-07-02 14:31:51 +08:00
parent db7ccaf5a0
commit 4704adcba1
3 changed files with 14 additions and 18 deletions

View File

@@ -8,7 +8,7 @@ export default defineConfig({
port: 3002,
proxy: {
'/api': {
target: 'http://localhost:3001',
target: 'http://localhost:3003',
changeOrigin: true,
},
},