Skip to content

boot()

ts
function boot(prefs?, platform?): Promise<void>

Initializes build context with specified options.

Parameters

prefs?: Prefs

Build preferences; will use pre-defined defaults when not assigned.

platform?: Platform

Runtime APIs to use; will attempt to detect automatically when not assigned.

Returns

Promise<void>

Source

server/index.ts:18 ↗