perf(lst): more migrations
This commit is contained in:
@@ -18,7 +18,7 @@ export default defineConfig({
|
||||
},
|
||||
server: {
|
||||
proxy: {
|
||||
"/api": {target: "http://localhost:3000", changeOrigin: true},
|
||||
"/api": {target: `http://localhost:4000`, changeOrigin: true},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user