Tested env

This commit is contained in:
Shahan Nedadahandeh 2022-06-01 21:13:32 -07:00
parent a29d5f4211
commit 06cf135218
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ const ALREADY_OPTIMIZED_SAVE_FILE_PATH = path.join(
"already-optimized-images.json"
);
console.log("ENV IS", process.env);
console.log(ALREADY_OPTIMIZED_SAVE_FILE_PATH);
// directory where Meet the Team headshots are stored, relative to the source directory
const TEAM_IMAGES_DIRECTORY = path.join("team", "");