Variable: runSandboxPreflight
ts
const runSandboxPreflight: (
options: PreflightOptions,
) => Promise<SandboxPreflight> = preflightSandbox;Defined in: src/batteries/sandbox/preflight.ts:94
Compatibility alias for the construction-site call in WP-A1.
Run the once-only, fail-closed environment gauntlet used by createSandbox().
Parameters
| Parameter | Type |
|---|---|
options | PreflightOptions |
Returns
Promise<SandboxPreflight>