website/.envrc
Andrei Jiroh Halili 10e17e7424
Some checks failed
Docker CI / Build environment for GitLab CI/CD (push) Has been cancelled
Docker CI / Generate Gitpod workspace image snapshot (push) Has been cancelled
chore(global): update lockfiles and website content
yeah, probably cooked ig

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
2025-05-21 23:52:28 +08:00

8 lines
No EOL
201 B
Bash

#!/usr/bin/env bash
if command -v devenv >> /dev/null; then
eval "$(devenv direnvrc)"
use devenv
else
echo "error: Install devenv first (https://devenv.sh) and then run 'direnv reload'"
fi