Get tp server and ui dev server to talk to each other

This commit is contained in:
Joscha 2025-03-03 00:26:47 +01:00
parent 328922bd7b
commit 1cb07fb126
5 changed files with 46 additions and 29 deletions

View file

@ -9,4 +9,7 @@ export default defineConfig({
resolve: {
alias: { "@": fileURLToPath(new URL("./src", import.meta.url)) },
},
server: {
proxy: { "/api": "http://localhost:8080" },
},
});