Interface: BuildOptions

August 11, 2026 ยท View on GitHub

@sdeverywhere/build / BuildOptions

Interface: BuildOptions

Properties

config?

optional config?: string | UserConfig

The path to an sde.config.js file, or a UserConfig object.


logLevels?

optional logLevels?: LogLevel[]

The log levels to include. If undefined, the default 'info' and 'error' levels will be active.

Contents

  1. 1Properties
  2. 1.1config?
  3. 1.2logLevels?