mirror of
https://github.com/dergigi/boris.git
synced 2025-12-17 22:54:30 +01:00
refactor: move .env file to scripts directory
This commit is contained in:
@@ -12,7 +12,7 @@ set -e
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
PROJECT_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
|
||||
MARKDOWN_DIR="$PROJECT_ROOT/test/markdown"
|
||||
ENV_FILE="$PROJECT_ROOT/.env"
|
||||
ENV_FILE="$SCRIPT_DIR/.env"
|
||||
|
||||
# Load .env file if it exists
|
||||
if [ -f "$ENV_FILE" ]; then
|
||||
|
||||
Reference in New Issue
Block a user