mirror of
https://github.com/SikongJueluo/kubejs-utils.git
synced 2026-09-14 22:52:54 +08:00
chore(env): add direnv and justfile for environment management
This commit is contained in:
@@ -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
|
||||
@@ -3,3 +3,5 @@ build
|
||||
output
|
||||
|
||||
.ai
|
||||
.env.local
|
||||
logs
|
||||
|
||||
Reference in New Issue
Block a user