Skip to content

STARTUP

const STARTUP: Phase

Defined in: src/std/phases.ts:28

Runs once on app startup in the following order:

PRE_STARTUP -> STARTUP -> POST_STARTUP.


The startup pipeline runs before the update pipeline.