refactor: change .env to be dotenv (#1341)

This commit is contained in:
Jef LeCompte
2020-12-11 01:57:49 -05:00
committed by GitHub
parent 0683430768
commit 9b3906ca00
9 changed files with 27 additions and 23 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
"ext": "ts",
"watch": [
"src/",
".env"
"dotenv"
]
}