Skip to content

Commit

Permalink
format-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Jan 9, 2025
1 parent cf97710 commit 3de555c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ export function runtimeEnvironmentScript() {
chosenEnv = environment4200;
} else if (domain.includes('dev.orcid.org')) {
chosenEnv = environmentDev;
} else if (domain.includes('localhost')) { // fallback to dev (e.g. karma testig)
chosenEnv = environmentDev;
}
replaceEnvironmentVars(chosenEnv);
Expand Down

0 comments on commit 3de555c

Please sign in to comment.