Skip to content

API Reference / @gtkx/config / index / DeployNodeOptions

Type Alias: DeployNodeOptions

DeployNodeOptions = Partial<Record<"source", "download" | "host" | "path" | undefined> & Record<"path", string | undefined> & Record<"shouldStrip" | "shouldUseCompileCache", boolean | undefined>> & object

Defined in: deploy.d.ts:8

Deployment Node.js runtime options, including its version default.

Type Declaration

version?

optional version?: string

Expected Node.js version. Downloaded runtimes default to exactly 26.7.0 when omitted.

Released under the MPL-2.0 License.