Interface: BuildResult

August 11, 2026 ยท View on GitHub

@sdeverywhere/build / BuildResult

Interface: BuildResult

Properties

exitCode?

optional exitCode?: 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.

Contents

  1. 1Properties
  2. 1.1exitCode?