set proxy to local container

This commit is contained in:
2023-05-04 20:59:23 +02:00
parent 12c98e595a
commit e93632a3de

View File

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