mirror of
https://github.com/SikongJueluo/kubejs-utils.git
synced 2026-01-11 08:47:50 +08:00
chore(project): update justfile and envrc
This commit is contained in:
18
.envrc
18
.envrc
@@ -1,9 +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
|
||||
#!/bin/bash
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user