Skip to content

@eodash/eodash / node/types / EodashConfig

Interface: EodashConfig

Eodash CLI configuration

Properties

base?

optional base: string

Base public path

Defined in

core/node/types.d.ts:22


cacheDir?

optional cacheDir: string

Cache folder

Defined in

core/node/types.d.ts:31


dev?

optional dev: object

host?

optional host: string | boolean

open?

optional open: boolean

Open default browser when the server starts

port?

optional port: string | number

Serving port

Defined in

core/node/types.d.ts:7


entryPoint?

optional entryPoint: string

Specifies main entry file, exporting createEodash

Defined in

core/node/types.d.ts:33


lib?

optional lib: boolean

Builds eodash as a web component library

Defined in

core/node/types.d.ts:39


outDir?

optional outDir: string

Build target folder path

Defined in

core/node/types.d.ts:24


preview?

optional preview: object

host?

optional host: string | boolean

open?

optional open: boolean

Open default browser when the server starts

port?

optional port: string | number

Serving port

Defined in

core/node/types.d.ts:14


publicDir?

optional publicDir: string | false

Path to statically served assets folder, can be set to false to disable serving assets statically

Defined in

core/node/types.d.ts:29


runtime?

optional runtime: string

File exporting eodash client runtime config

Defined in

core/node/types.d.ts:35


vite?

optional vite: Omit<UserConfig, "root">

User Config that is merged to eodash Vite Config

Defined in

core/node/types.d.ts:41


widgets?

optional widgets: string

Set a custom path for importing user defined internal widgets

Defined in

core/node/types.d.ts:37