Files
vtj/apps/h5/proxy.config.ts
“chenhuachun” 0497ccbb53 feat: h5平台
2025-01-13 16:17:42 +08:00

8 lines
110 B
TypeScript

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