beamable-sdk / defaults / readConfig
Function: readConfig()¶
readConfig():
Promise<{cid:string;pid:string; }>
Defined in: src/platform/NodeConfigStorage.ts:10
Reads the Beamable configuration from storage. In Node.js environments, it reads from a JSON file in the user's home directory.
Returns¶
Promise<{ cid: string; pid: string; }>