Interface: BootOptions

Properties

PropertyModifierTypeDescription
limits?readonlyPartial<RuntimeLimits>-
nativeInstallMode?readonlyNativeInstallMode-
nativePackagePolicy?readonly"error" | "replace"-
nativePackageReplacements?readonlyReadonly<Record<string, NativePackageReplacement>>-
onDiagnostic?readonly(event) => void-
packageRegistryUrl?readonlystring-
persistenceHandoff?readonly"wait" | "fail-fast"-
persistenceKey?readonlystring-
persistOnTeardown?readonlyboolean-
previewBasePath?readonlystring-
projectIdreadonlystringPublic project ID from a Verklet account. Create an account, select or create an organization, then copy the generated prj_... ID from /account. Unknown project IDs are rejected by the hosted boot service.
requireWasm?readonlyboolean-
runtimeConfigUrl?readonlystring | false | URL-
runtimeId?readonlystring-
serviceWorker?readonlyfalse | PreviewServiceWorkerOptions-
viteMode?readonlyViteModeRouting strategy for the vite command. 'shim' (default) uses the built-in in-memory Vite-style dev server. 'real' resolves vite from the workspace node_modules and runs the real CLI inside a node-compat worker. The shim is targeted for removal once real Vite is the default (see verklet-clone-technical-plan.md Phase 8).
wasmExecutionPolicy?readonlyWasmExecutionPolicy-