@netlify/config
Version:
Netlify config module
9 lines (8 loc) • 304 B
TypeScript
/**
* Retrieve the build directory used to resolve most paths.
* This is (in priority order):
* - `build.base`
* - `--repositoryRoot`
* - the current directory (default value of `--repositoryRoot`)
*/
export declare const getBuildDir: (repositoryRoot: string, base?: string) => Promise<string>;