Skip to content

@eodash/eodash / node/types / EodashConfig

Interface: EodashConfig

Defined in: node/types.d.ts:6

Eodash CLI configuration

Properties

base?

optional base: string

Defined in: node/types.d.ts:22

Base public path


cacheDir?

optional cacheDir: string

Defined in: node/types.d.ts:31

Cache folder


dev?

optional dev: object

Defined in: node/types.d.ts:7

host?

optional host: string | boolean

open?

optional open: boolean

Open default browser when the server starts

port?

optional port: string | number

Serving port


entryPoint?

optional entryPoint: string

Defined in: node/types.d.ts:33

Specifies main entry file, exporting createEodash


lib?

optional lib: boolean

Defined in: node/types.d.ts:39

Builds eodash as a web component library


outDir?

optional outDir: string

Defined in: node/types.d.ts:24

Build target folder path


preview?

optional preview: object

Defined in: node/types.d.ts:14

host?

optional host: string | boolean

open?

optional open: boolean

Open default browser when the server starts

port?

optional port: string | number

Serving port


publicDir?

optional publicDir: string | false

Defined in: node/types.d.ts:29

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


runtime?

optional runtime: string

Defined in: node/types.d.ts:35

File exporting eodash client runtime config


vite?

optional vite: Omit<UserConfig, "root">

Defined in: node/types.d.ts:41

User Config that is merged to eodash Vite Config


widgets?

optional widgets: string

Defined in: node/types.d.ts:37

Set a custom path for importing user defined internal widgets