server: {
proxy: {
‘/api’: {
target: ‘http://localhost:3003’,
changeOrigin: true,
rewrite: (path) => path.replace(/^/api/, ‘’),
},
},
},

server: {
proxy: {
‘/api’: {
target: ‘http://localhost:3003’,
changeOrigin: true,
rewrite: (path) => path.replace(/^/api/, ‘’),
},
},
},