deploy
Parameters
Behavior
Errors
Example
import { Client } from "@olenbetong/appframe-data";
import { deploy } from "@olenbetong/appframe-updater";
const client = new Client("https://your.host");
await deploy(client, 101); // by IDLast updated
Was this helpful?