Skip to main content

Type Alias: ExecutableOptions

ExecutableOptions = object

Defined in: cli/compile.ts:92

Properties

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