diff options
author | polwex <polwex@sortug.com> | 2025-06-22 01:46:49 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-22 01:46:49 +0700 |
commit | c9fbdb681b77698bdf8a503cb9d13b6f0b53fd93 (patch) | |
tree | cbf7db884b7f91d33b92a12dae410ffd265635d8 /.envrc |
init
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +export DIRENV_WARN_TIMEOUT=20s + +eval "$(devenv direnvrc)" + +# The use_devenv function supports passing flags to the devenv command +# For example: use devenv --impure --option services.postgres.enable:bool true +use devenv |