Use dotenv to load .env

This commit is contained in:
David Heinemeier Hansson
2023-01-30 16:39:38 +01:00
parent 3ebf8d7777
commit 0f0529c785
3 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
# Prevent failures from being reported twice.
Thread.report_on_exception = false
require "dotenv/load"
require "mrsk/cli"
begin