harb/services/txnBot/src
openhands a8786f6460 fix: correct ProcessEnv type import in txnBot
Changes ProcessEnv import from non-existent 'node:process' module
to use built-in NodeJS.ProcessEnv type.

Fixes TypeScript compilation error:
  Module '"node:process"' has no exported member 'ProcessEnv'

Also adds NodeJS to ESLint globals to resolve no-undef warning.

All services now healthy and operational.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-08 10:39:27 +00:00
..
services fix: correct ProcessEnv type import in txnBot 2025-11-08 10:39:27 +00:00
generateKey.ts txnbot - rewrite and lint (#53) 2025-10-04 15:40:30 +02:00
logger.ts txnbot - rewrite and lint (#53) 2025-10-04 15:40:30 +02:00
recenterAccess.test.ts txnbot - rewrite and lint (#53) 2025-10-04 15:40:30 +02:00
recenterAccess.ts txnbot - rewrite and lint (#53) 2025-10-04 15:40:30 +02:00
service.ts txnbot refactor 2025-10-11 15:47:16 +00:00
types.ts txnbot - rewrite and lint (#53) 2025-10-04 15:40:30 +02:00