Replies: 1 comment 9 replies
-
It’s nice to be able to still set ENV via |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So instead of doing this:
process.env.IS_NICE
we could do
constants.IS_NICE
.Advantages:
constants.
and see what's availableThis could be a simple file, or two for like
constants.client.ts
andconstants.server.ts
.Beta Was this translation helpful? Give feedback.
All reactions