We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ae6b0 commit a476758Copy full SHA for a476758
.gitignore
@@ -69,8 +69,8 @@ typings/
69
.yarn-integrity
70
71
# dotenv environment variables file
72
-.env
73
-.env.test
+#.env
+#.env.test
74
75
# parcel-bundler cache (https://parceljs.org/)
76
.cache
packages/cli/test/dotenv/.env
@@ -0,0 +1,5 @@
1
+ENV=env
2
+TEST_ENVLOCAL_OVERIDE_ENV=env
3
+TEST_ENVPROD_OVERIDE_ENV=env
4
+TEST_ENVPRODLOCAL_OVERIDE_ENV=env
5
+PATH=env
0 commit comments