perf(lst): more migrations

This commit is contained in:
2025-02-24 20:59:35 -06:00
parent c92d74647b
commit babd7beb06
16 changed files with 467 additions and 28 deletions

View File

@@ -18,7 +18,7 @@ export default defineConfig({
},
server: {
proxy: {
"/api": {target: "http://localhost:3000", changeOrigin: true},
"/api": {target: `http://localhost:4000`, changeOrigin: true},
},
},
});