diff options
author | Alan Pearce | 2024-06-26 18:48:32 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-26 18:48:32 +0200 |
commit | 98e63f34bd0ffa9087f7e2640d60d6d1c30ecc13 (patch) | |
tree | b4a968de2924392b7deb79811ae49a8ee5305b05 | |
parent | 75ec9482b7bde65e9569fdbf50d934c1d60ad55a (diff) | |
download | website-98e63f34bd0ffa9087f7e2640d60d6d1c30ecc13.tar.lz website-98e63f34bd0ffa9087f7e2640d60d6d1c30ecc13.tar.zst website-98e63f34bd0ffa9087f7e2640d60d6d1c30ecc13.zip |
load local .env
-rw-r--r-- | .envrc | 2 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.envrc b/.envrc index a75b02f..a506aa5 100644 --- a/.envrc +++ b/.envrc @@ -5,3 +5,5 @@ else echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]' use nix fi + +dotenv diff --git a/.gitignore b/.gitignore index 9f41698..2a3a860 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ go.work *_templ.go *_templ.txt +/.env |