Skip to content

NodeHostOptions

Nodepod API


Nodepod API / src/headless / NodeHostOptions

Defined in: src/host/node/node-host.ts:17

optional cacheDir?: string

Defined in: src/host/node/node-host.ts:21

Directory for package snapshot cache. Defaults to NODEPOD_CACHE / os.tmpdir().


optional httpHost?: string

Defined in: src/host/node/node-host.ts:23

Local HTTP bind host. Default 127.0.0.1


optional httpPort?: number

Defined in: src/host/node/node-host.ts:25

Local HTTP bind port (0 = ephemeral). Default 0


optional workerPath?: string

Defined in: src/host/node/node-host.ts:19

Absolute path to dist/worker.js (or equivalent IIFE bundle).