boot()
ts
function boot(prefs?, platform?): Promise<void>
Defined in: server/index.ts:18
Initializes build context with specified options.
Parameters
prefs?
Build preferences; will use pre-defined defaults when not assigned.
platform?
Runtime APIs to use; will attempt to detect automatically when not assigned.
Returns
Promise
<void
>