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

pull/11/head
Adam Townsend 2023-10-03 15:58:01 -07:00
parent b2b41f1aa1
commit 84a047fb0c
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
require './.env'
require './app'
run App.app