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
I have .env.local and .env.production files in my project, but the .env file does not exist. However, when I create an .env file, I can access the process.env.* values. What is the cause of this bug?
The text was updated successfully, but these errors were encountered:
Even though the following line is added, variables and their values in the
.env.local
file in the project directory do not appear.dotenv-vscode/lib/settings.js
Line 19 in 01dc121
I have
.env.local
and.env.production
files in my project, but the.env
file does not exist. However, when I create an.env
file, I can access theprocess.env.*
values. What is the cause of this bug?The text was updated successfully, but these errors were encountered: