-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description
Write a simple JS program that can be run with Node. It should read three different env vars MANUAL, DOTENV, LOCAL, which are read from manual env vars, .env and .env.local files respectively, and prints them on console in order. So for example, having the following env files:
# .env
DOTENV=Arash# .env.local
LOCAL=LeiliWhen we run
MANUAL=Ali node index.jsit will print
Ali Arash Leili
Suggested resources
Metadata
Metadata
Assignees
Labels
No labels