Skip to content

Commit

Permalink
Close #18
Browse files Browse the repository at this point in the history
  • Loading branch information
kamarmack committed Dec 10, 2024
1 parent 884c862 commit 63c27bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/originConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const SITE_ORIGIN_BY_TARGET = Object.keys(process.env ?? {})
key.match(/_(LIVE|TEST)_SITE_URL_(.*)_WEB_APP$/) || [];
if (target && appName) {
const targetKey = target.toLowerCase() as 'live' | 'test';
acc[targetKey][appName] = value;
acc[targetKey][appName + '_WEB_APP'] = value;
}
}
return acc;
Expand Down

0 comments on commit 63c27bf

Please sign in to comment.