Skip to content

Theemo / @theemo/cli / TheemoConfig

Interface: TheemoConfig

The main config to control all commands for theemo:

  • sync
  • build

Properties

build?

ts
optional build: GenerateConfig;

Config for the build command

See

Theming Documentation

Source

config.ts:23


sync?

ts
optional sync: SyncConfig;

Config for the sync command

See

Sync Documentation

Source

config.ts:16