Skip to content

POST_STARTUP

const POST_STARTUP: Phase

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

The last phase in the startup pipeline, running once after all other startup phases, even custom ones.

PRE_STARTUP -> STARTUP -> POST_STARTUP.


The startup pipeline runs before the update pipeline.