@eodash/eodash / CLI / EodashConfig
Interface: EodashConfig
Eodash CLI configuration
Properties
base?
Base public path
ts
optional base?: string;cacheDir?
Cache folder
ts
optional cacheDir?: string;dev?
ts
optional dev?: object;host?
ts
optional host?: string | boolean;open?
Open default browser when the server starts
ts
optional open?: boolean;port?
Serving port
ts
optional port?: string | number;entryPoint?
Specifies main entry file, exporting createEodash
ts
optional entryPoint?: string | false;lib?
Builds eodash as a web component library
ts
optional lib?: boolean;outDir?
Build target folder path
ts
optional outDir?: string;preview?
ts
optional preview?: object;host?
ts
optional host?: string | boolean;open?
Open default browser when the server starts
ts
optional open?: boolean;port?
Serving port
ts
optional port?: string | number;publicDir?
Path to statically served assets folder, can be set to false to disable serving assets statically
ts
optional publicDir?: string | false;runtime?
File exporting eodash client runtime config
ts
optional runtime?: string;vite?
User Config that is merged to eodash Vite Config
ts
optional vite?: Omit<UserConfig, "root">;widgets?
Set a custom path for importing user defined internal widgets
ts
optional widgets?: string;