You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add "localhost.abc" to cover local PL dev servers.
Currently that will return null from getTier(), which library users can take to mean either live or preview, depending on what their assumed default it.
The text was updated successfully, but these errors were encountered:
Currently we only match against
"nucwed.aunty"
and"presentation-layer.abc"
forTIERS.PREVIEW
.https://github.com/abcnews/env-utils/blob/main/src/index.ts#L148-L151
We should add
"localhost.abc"
to cover local PL dev servers.Currently that will return
null
fromgetTier()
, which library users can take to mean either live or preview, depending on what their assumed default it.The text was updated successfully, but these errors were encountered: