beamable-sdk / defaults / saveConfig
Function: saveConfig()¶
saveConfig(
cfg):Promise<void>
Defined in: src/platform/NodeConfigStorage.ts:37
Saves the Beamable configuration to storage. In Node.js environments, it saves it to a JSON file in the user's home directory.
Parameters¶
cfg¶
cid¶
string
pid¶
string
Returns¶
Promise<void>