Skip to content

Commit

Permalink
chore: Update manifest of dotenv environment
Browse files Browse the repository at this point in the history
  • Loading branch information
FloxBot authored and github-actions[bot] committed Nov 4, 2024
1 parent 4cf7735 commit 841dc8c
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions dotenv/.flox/env/manifest.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1 @@
{
"lockfile-version": 1,
"manifest": {
"version": 1,
"vars": {
"DOTENV_FILE": ".env"
},
"hook": {
"on-activate": "if [ -f \"$DOTENV_FILE\" ]; then\n set -o allexport\n source \"$DOTENV_FILE\"\n set +o allexport\n echo \"✅ Environment variables loaded from '$DOTENV_FILE' file\"\nfi\n"
},
"profile": {},
"options": {
"systems": [
"aarch64-darwin",
"aarch64-linux",
"x86_64-darwin",
"x86_64-linux"
],
"allow": {
"licenses": []
},
"semver": {}
}
},
"packages": []
}
{"lockfile-version":1,"manifest":{"hook":{"on-activate":"if [ -f \"$DOTENV_FILE\" ]; then\n set -o allexport\n source \"$DOTENV_FILE\"\n set +o allexport\n echo \"✅ Environment variables loaded from '$DOTENV_FILE' file\"\nfi\n"},"options":{"allow":{"licenses":[]},"semver":{},"systems":["aarch64-darwin","aarch64-linux","x86_64-darwin","x86_64-linux"]},"profile":{},"vars":{"DOTENV_FILE":".env"},"version":1},"packages":[]}

0 comments on commit 841dc8c

Please sign in to comment.