UNPKG

nx

Version:

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

13 lines 551 B
import { Tree } from '../../generators/tree'; /** * This function escapes dollar sign in env variables * It will go through: * - '.env', '.local.env', '.env.local' * - .env.[target-name], .[target-name].env * - .env.[target-name].[configuration-name], .[target-name].[configuration-name].env * - .env.[configuration-name], .[configuration-name].env * at each project root and workspace root * @param tree */ export default function escapeDollarSignEnvVariables(tree: Tree): void; //# sourceMappingURL=escape-dollar-sign-env-variables.d.ts.map