fix: replace orIgnore with findOne for SQLite compat; set backend port 3003
This commit is contained in:
@@ -8,7 +8,7 @@ export default defineConfig({
|
||||
port: 3002,
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://localhost:3001',
|
||||
target: 'http://localhost:3003',
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user