knowledge-graph-preview / cli /assets-path.d.ts
mr4's picture
Upload 136 files
fd8cdf5 verified
/**
* Resolves the absolute path to the bundled assets directory.
*
* The compiled CLI lives at dist/cli/cli/assets-path.js.
* The assets are copied to dist/assets/ during build.
* So from this script's location, assets are at ../../assets/
*/
export declare function getAssetsPath(): string;