Skip to content

Theemo / @theemo/cli / TheemoConfig

Interface: TheemoConfig

Defined in: config.ts:10

The main config to control all commands for theemo:

  • sync
  • build

Properties

build?

ts
optional build: BuildConfig;

Defined in: config.ts:23

Config for the build command

See

Theming Documentation


sync?

ts
optional sync: SyncConfig;

Defined in: config.ts:16

Config for the sync command

See

Sync Documentation