mirror of
https://github.com/SikongJueluo/kubejs-utils.git
synced 2026-01-11 00:37:50 +08:00
chore(env): add direnv and justfile for environment management
This commit is contained in:
9
.envrc
Normal file
9
.envrc
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -f ".env" ]; then
|
||||
export $(dotenvx get --format=shell -f .env)
|
||||
fi
|
||||
|
||||
if [ -f ".env.local" ]; then
|
||||
export $(dotenvx get --format=shell -f .env.local)
|
||||
fi
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -3,3 +3,5 @@ build
|
||||
output
|
||||
|
||||
.ai
|
||||
.env.local
|
||||
logs
|
||||
|
||||
Reference in New Issue
Block a user