fix deploy

This commit is contained in:
Claude Agent
2026-02-24 10:09:19 +00:00
parent 1e2516e022
commit b001b94e37

View File

@@ -12,6 +12,10 @@
set -e
# Load nvm if available (needed in non-interactive shells where ~/.bashrc is not sourced)
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
# =============================================================================
# CONFIGURATION
# =============================================================================