File size: 332 Bytes
fd8cdf5
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
/**
 * 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;