Open cklwblove opened 2 years ago
{ proxy: { ...['/auth', '/api'].reduce( (acc, ctx) => ({ ...acc, [ctx]: { target: 'http://localhost:3000' }, }), {} ), }, },