Skip to main content

boot

@quik/bootstrap


@quik/bootstrap / Module / boot

Function: boot()

boot(): Promise<void>

Defined in: bootstrap/src/bootstrap.ts:191

Executes the bootstrap BOOT lifecycle. The BEFORE_BOOT and BOOT hooks are executed and a callback is stored to run AFTER_BOOT once the process receives a shutdown signal.

Returns

Promise<void>