Spaces:
Running
Running
| /** | |
| * 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; | |