How to create environment variables only to be used in the development version of Nextjs?
Originally Published Here ๐!
To create environment variables that should be used only in the development version of your Nextjs project, you can make a file called .env.development at the root of the Nextjs project folder.
This file will be used (al...
melvingeorge-me.hashnode.dev1 min read