# Claude Code UI Environment Configuration # Only includes variables that are actually used in the code # ============================================================================= # SERVER CONFIGURATION # ============================================================================= # Backend server port (Express API + WebSocket server) #API server PORT=3001 #Frontend port VITE_PORT=5173