Skip to main content

Type Alias: ExecutableOptions

ExecutableOptions = object

Defined in: cli/compile.ts:93

Properties

PropertyTypeDescriptionDefined in
arch?CPUArchThe target CPU architecture for cross-compilation. Note: Cross-compilation is only supported for Deno builds.cli/compile.ts:112
os?TargetOSThe target OS for cross-compilation. Note: Cross-compilation is only supported for Deno builds.cli/compile.ts:107
outputName?stringWhere to place the resulting executable. Default: "app".cli/compile.ts:102
serverEntrystringPath to main server entry file.cli/compile.ts:97
signing?SigningOptionsCode signing options for the compiled executable.cli/compile.ts:116