Files
vtj/dev/proxy.config.ts
2024-10-15 16:37:55 +08:00

8 lines
110 B
TypeScript

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