fix nixpacks

This commit is contained in:
yoan
2024-08-23 14:24:10 +08:00
parent 10bf69181f
commit 76c445a51c
5 changed files with 53 additions and 48 deletions

View File

@@ -9,4 +9,9 @@ export default defineConfig({
"@": path.resolve(__dirname, "./src"),
},
},
server: {
proxy: {
"/api": "http://127.0.0.1:8090",
},
},
});