Add more details

This commit is contained in:
Manav Rathi 2024-02-07 11:46:25 +05:30
parent 6a1c82429a
commit fb0144466f

View file

@ -5,6 +5,10 @@
# environment variables you need into it. That `.env.local` file will be
# .gitignored, so you can freely customize how the app runs in your local setup.
#
# - `.env.local` is picked up by next when NODE_ENV is development
#
# - `.env` is picked up always
#
# You don't necessarily need to use these files, these variables can be provided
# as environment variables when running yarn dev too. e.g.
#