Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/langgenius/dify
/ updateConfig
Function
updateConfig
packages/dev-proxy/src/cli.ts:52–54 ·
view source on GitHub ↗
(nextConfig: DevProxyConfig)
Source
from the content-addressed store, hash-verified
50
port,
51
server,
52
updateConfig(nextConfig: DevProxyConfig) {
53
app = createDevProxyApp(nextConfig)
54
},
55
}
56
}
57
Callers
nothing calls this directly
Calls
1
createDevProxyApp
Function · 0.90
Tested by
no test coverage detected