api / interfaces / SpawnOptions
Interface: SpawnOptions
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
cwd? | readonly | string | - |
env? | readonly | Readonly<Record<string, string>> | - |
server? | readonly | SpawnServerOptions | Local-only controls for backend: 'auto' server promotion. These options are consumed by the SDK and are not sent to the browser worker or broker. |
terminal? | readonly | TerminalDimensions | - |