Skip to main content

Type Alias: ExecutableOptions

ExecutableOptions = object

Defined in: cli/compile.ts:89

Properties

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