Files
vtj/apps/app/proxy.config.ts
2024-10-22 15:03:27 +08:00

8 lines
110 B
TypeScript

export default {
'/api': {
target: 'http://localhost:3000',
changeOrigin: true,
ws: true
}
};