2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 13:47:15 +08:00

fix: test

This commit is contained in:
耗子
2024-10-20 22:29:25 +08:00
parent 2828795fb0
commit f182eab2dc
6 changed files with 12 additions and 84 deletions

View File

@@ -24,6 +24,6 @@ const proxyConfigMappings: Record<ProxyType, ProxyConfig> = {
]
}
export function getProxyConfig(envType: ProxyType = 'dev'): ProxyConfig {
export function getProxyConfigs(envType: ProxyType = 'dev'): ProxyConfig[] {
return proxyConfigMappings[envType]
}