From 35c3c41ec7499c3d58eed7b58ff595d8fba303fa Mon Sep 17 00:00:00 2001 From: DataHearth Date: Sat, 15 Jul 2023 23:24:21 +0200 Subject: [PATCH] chore(process): add dotenv-load instruction to justfile --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index c6bd742..5a319ba 100644 --- a/justfile +++ b/justfile @@ -1,3 +1,4 @@ +set dotenv-load set shell := ["zsh", "-uc"] default: