Interface: BuildOptions
August 11, 2026 ยท View on GitHub
@sdeverywhere/build / BuildOptions
Interface: BuildOptions
Properties
config?
optionalconfig?:string|UserConfig
The path to an sde.config.js file, or a UserConfig object.
logLevels?
optionallogLevels?:LogLevel[]
The log levels to include. If undefined, the default 'info' and 'error' levels will be active.