api / interfaces / BootOptions
Interface: BootOptions
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
limits? | readonly | Partial<RuntimeLimits> | - |
nativeInstallMode? | readonly | NativeInstallMode | - |
nativePackagePolicy? | readonly | "error" | "replace" | - |
nativePackageReplacements? | readonly | Readonly<Record<string, NativePackageReplacement>> | - |
onDiagnostic? | readonly | (event) => void | - |
packageRegistryUrl? | readonly | string | - |
persistenceHandoff? | readonly | "wait" | "fail-fast" | - |
persistenceKey? | readonly | string | - |
persistOnTeardown? | readonly | boolean | - |
previewBasePath? | readonly | string | - |
projectId | readonly | string | Public 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? | readonly | boolean | - |
runtimeConfigUrl? | readonly | string | false | URL | - |
runtimeId? | readonly | string | - |
serviceWorker? | readonly | false | PreviewServiceWorkerOptions | - |
viteMode? | readonly | ViteMode | Routing 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? | readonly | WasmExecutionPolicy | - |