Interface: BuildResult
August 11, 2026 ยท View on GitHub
@sdeverywhere/build / BuildResult
Interface: BuildResult
Properties
exitCode?
optionalexitCode?:number
The exit code that should be set by the process. This will be undefined
if mode is 'development', indicating that the process should be kept alive.