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