()
| 18 | } |
| 19 | |
| 20 | const setupEnv = () => { |
| 21 | const { envName, path } = getEnvInfo() |
| 22 | dotenvx.config({ path }) |
| 23 | log(`Environment loaded: ${chalk.green(envName)} from ${chalk.green(path)}`) |
| 24 | } |
| 25 | |
| 26 | // Helper method used to confirm the run |
| 27 | const confirmRun = async () => { |
no test coverage detected
searching dependent graphs…