monad.ai / startMonad
Function: startMonad()
startMonad(
options?):Promise<StartMonadResult>
Defined in: index.ts:98
Boots the monad runtime, creates the Express app, starts listening, and schedules the local monad heartbeat.
Parameters
options?
StartMonadOptions = {}
Returns
Promise<StartMonadResult>