From acfe811b2733494415516ef19f0c3d3f1043a4c6 Mon Sep 17 00:00:00 2001 From: Dolan Antenucci Date: Mon, 26 Feb 2024 13:26:08 -0700 Subject: [PATCH] Fix for loading env.CONFIG_PATH --- lib/deploymentConfig.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/deploymentConfig.js b/lib/deploymentConfig.js index ca9ef94a..f8fdeb27 100644 --- a/lib/deploymentConfig.js +++ b/lib/deploymentConfig.js @@ -1,5 +1,6 @@ const yaml = require('js-yaml') const fs = require('fs') +const env = require('./env') /** * Class representing a deployment config.