property RunRequest.env

Client's full process environment, applied to the run and restored on completion.

Type

Record<string, string | undefined>

Usage

import { type RunRequest } from "lib/commands/daemon/protocol.ts";