Skip to main content

init

@quik/bootstrap


@quik/bootstrap / Module / init

Function: init()

init(bootCLI?): Promise<void>

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

Initializes all modules by running the bootstrap INIT procedure. When running in CLI mode an additional after boot hook is registered so modules can perform cleanup when the process exits.

Parameters

bootCLI?

boolean = false

When true the process should exit after running the AFTER_BOOT hooks.

Returns

Promise<void>