LogoRobo.js
Framework

InitContext

Interface: InitContext

Context provided to init hooks. Runs BEFORE manifest loading and portal population. Use for early setup like log drains, monkey-patching internals.

Properties

PropertyTypeDescription
envtypeof EnvEnvironment variable access
loggerLoggerLogger instance
modestringCurrent runtime mode (supports custom modes like 'beta', 'staging', etc.)
projectConfigConfigFull project configuration

On this page