Skip to content

Programmatic build

Cutls edited this page May 20, 2021 · 2 revisions

TheDesk builder has type declaration for TypeScript.

import build from './app/builder'
const options = {}
build(options)

Command line option can be also used for programmatic build. For example, to add onlyStore option,

const options = {
     onlyStore: true
}