fix: js/py dotenv unexpectedly overrides existing env vars (#113)

This commit is contained in:
sigoden
2024-10-18 19:28:57 +08:00
committed by GitHub
parent fb62dd5e18
commit 615aa25266
5 changed files with 14 additions and 6 deletions
-2
View File
@@ -1,8 +1,6 @@
#!/usr/bin/env bash
set -e
# @meta dotenv
BIN_DIR=bin
TMP_DIR="cache/tmp"