Skip to content

PRE_STARTUP

const PRE_STARTUP: Phase

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

The first phase in the startup pipeline, running once before all others, even custom ones.

PRE_STARTUP -> STARTUP -> POST_STARTUP.


The startup pipeline runs before the update pipeline.