set proxy to local container

pull/3/head
Fionn 2 years ago
parent 12c98e595a
commit e93632a3de

@ -11,7 +11,7 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'https://wx-dev.vateud.de',
target: 'http://localhost:3030',
changeOrigin: true,
// secure: false,
// ws: true,

Loading…
Cancel
Save