Files
wehub-resource-sync 98e40dac97
CLI Smoke Test / smoke-test-linux (20) (push) Has been cancelled
CLI Smoke Test / smoke-test-linux (24) (push) Has been cancelled
CLI Smoke Test / smoke-test-windows (20) (push) Has been cancelled
CLI Smoke Test / smoke-test-windows (24) (push) Has been cancelled
Expo App TypeScript typecheck / typecheck (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:40:49 +08:00

18 lines
552 B
Plaintext

# Happy CLI Development Environment
#
# This file is for direnv users who want automatic environment switching
# when entering this directory.
#
# Setup:
# 1. Install direnv: https://direnv.net/
# 2. Copy this file: cp .envrc.example .envrc
# 3. Run: direnv allow
#
# The .envrc file is gitignored, so each developer can customize it.
export HAPPY_HOME_DIR="$HOME/.happy-dev"
export HAPPY_VARIANT="dev"
export HAPPY_SERVER_URL="${HAPPY_SERVER_URL:-https://api.cluster-fluster.com}"
echo "🔧 DEV environment activated (data: $HAPPY_HOME_DIR)"