proxy fail fix

修复代理地址缺少/导致代理失败
This commit is contained in:
elliotliu 2023-03-07 15:51:53 +08:00 committed by GitHub
parent ebe2c56348
commit 5499a559c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ interface ServiceEnvConfigWithProxyPattern extends ServiceEnvConfig {
* -
* -
*/
proxyPattern: 'proxy-pattern';
proxyPattern: '/proxy-pattern';
}
interface ImportMetaEnv {