Skip to content

Latest commit

 

History

History
90 lines (48 loc) · 2.07 KB

types.LotionConfig.md

File metadata and controls

90 lines (48 loc) · 2.07 KB

@stickyculture/lotion / types / LotionConfig

Interface: LotionConfig

types.LotionConfig

The configuration object expected by the CLI when defined in a lotion.config.js file.

Table of contents

Properties

Properties

contentDir

Optional contentDir: string

Path to the directory where imported Files and Media will be saved

Defined in

src/types.ts:290


envFile

Optional envFile: string

Path to a .env file to load environment variables from

Defined in

src/types.ts:286


export

Optional export: LotionExport

Defined in

src/types.ts:304


import

import: LotionImport

Defined in

src/types.ts:303


logLevel

Optional logLevel: LotionLogLevel

Logging level to use for the application

Defined in

src/types.ts:302


outputFiles

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.

Defined in

src/types.ts:298