require the .env file to load ENV variables set in there

This commit is contained in:
2023-10-03 15:58:01 -07:00
parent b2b41f1aa1
commit 84a047fb0c
+1
View File
@@ -1,3 +1,4 @@
require './.env'
require './app'
run App.app