Update .envrc

This commit is contained in:
Keisuke Hirata 2026-05-30 00:40:12 +09:00
parent 40a7185255
commit c113e55ee2
No known key found for this signature in database

4
.envrc
View File

@ -1 +1,5 @@
use flake use flake
if [ -f .env ]; then
dotenv .env
fi