knowledge-graph-preview / cli /bundle-path.d.ts
mr4's picture
Upload 136 files
fd8cdf5 verified
/**
* Resolves the absolute path to the pre-built static bundle (dist/ directory).
*
* The compiled CLI lives at dist/cli/bundle-path.js.
* The Astro static output (index.html, _astro/, etc.) lives at dist/.
* So from this script's location, the bundle is one directory up.
*/
export declare function getBundlePath(): string;