Search the documentation
4 pages for node_env.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Configure cloud environments
Claude Code CLI · in the page
cloud-environments
…The following example defines three variables. ```text theme={null} NODE_ENV=development LOG_LEVEL=debug DATABASE_URL=postgres://localhost:5432/myapp ``` Each session copies the environment's value…
Desktop application
Claude Code CLI · in the page
desktop
…| Additional environment variables as key-value pairs, such as `{ "NODE_ENV": "development" }`. Don't put secrets here since this file is committed to your repo. To pass secrets to your dev server,…
Hooks reference
Claude Code CLI · in the page
hooks
…{null} #!/bin/bash if [ -n "$CLAUDE_ENV_FILE" ]; then echo 'export NODE_ENV=production' >> "$CLAUDE_ENV_FILE" echo 'export DEBUG_LOG=true' >> "$CLAUDE_ENV_FILE" echo 'export PATH="$PATH:./node_…
Configure permissions
Claude Code CLI · in the page
permissions
…tain known-safe environment variables, so `Bash(npm test *)` matches `NODE_ENV=test npm test`. An allow rule won't match past an assignment of any other variable. A deny or ask rule matches past any l…