feat:#5 added menubar link

This commit is contained in:
Elmar Kresse
2024-01-24 11:24:44 +01:00
parent 4c16605bd6
commit c90577e6e5
6 changed files with 54 additions and 12 deletions

View File

@@ -16,5 +16,12 @@ export default defineConfig({
watch: {
usePolling: true,
},
proxy: {
"/api": {
target: "http://localhost:8090/api",
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ""),
},
},
},
});