Documentation / @agentick/gateway / loadConfig
Function: loadConfig() ​
loadConfig(
options?):Promise<ConfigStore>
Defined in: gateway/src/config-loader.ts:117
Load config from file, interpolate, validate, and return a ConfigStore. Does NOT call bindConfig() — callers bind explicitly.
Parameters ​
options? ​
Returns ​
Promise<ConfigStore>