Type Alias: ExecutableOptions
ExecutableOptions =
object
Defined in: cli/compile.ts:93
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
arch? | CPUArch | The target CPU architecture for cross-compilation. Note: Cross-compilation is only supported for Deno builds. | cli/compile.ts:112 |
os? | TargetOS | The target OS for cross-compilation. Note: Cross-compilation is only supported for Deno builds. | cli/compile.ts:107 |
outputName? | string | Where to place the resulting executable. Default: "app". | cli/compile.ts:102 |
serverEntry | string | Path to main server entry file. | cli/compile.ts:97 |
signing? | SigningOptions | Code signing options for the compiled executable. | cli/compile.ts:116 |