@stickyculture/lotion / types / LotionConfig
types.LotionConfig
The configuration object expected by the CLI when defined in a lotion.config.js file.
• Optional
contentDir: string
Path to the directory where imported Files and Media will be saved
• Optional
envFile: string
Path to a .env
file to load environment variables from
• Optional
export: LotionExport
• import: LotionImport
• Optional
logLevel: LotionLogLevel
Logging level to use for the application
• outputFiles: string
[]
Paths to output files that will be generated.
Filenames must either end in .json, .js, or .ts in order to be output.
Value may be the special keyword memory
to prevent writing to disk. Result will be an array returned from the Lotion().run
function.