UNPKG

@netlify/config

Version:
9 lines (8 loc) 304 B
/** * 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>;