Get tp server and ui dev server to talk to each other
This commit is contained in:
parent
328922bd7b
commit
1cb07fb126
5 changed files with 46 additions and 29 deletions
|
|
@ -9,4 +9,7 @@ export default defineConfig({
|
|||
resolve: {
|
||||
alias: { "@": fileURLToPath(new URL("./src", import.meta.url)) },
|
||||
},
|
||||
server: {
|
||||
proxy: { "/api": "http://localhost:8080" },
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue