UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

8 lines (7 loc) 146 B
/** * This loads dotenv files from: * - .env * - .local.env * - .env.local */ export declare function loadRootEnvFiles(root?: string): void;