refactor: 悦码项目重构
This commit is contained in:
7
apps/designer/proxy.config.ts
Normal file
7
apps/designer/proxy.config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
'/api': {
|
||||
target: 'https://sso-sit.newpearl.com',
|
||||
changeOrigin: true,
|
||||
ws: true
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user