Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

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
}