Type Alias: SandboxPlatform
ts
type SandboxPlatform = "darwin" | "linux" | "win32" | string;Defined in: src/batteries/sandbox/preflight.ts:14
Platform identity supplied by the construction site.