Commit graph

2 commits

Author SHA1 Message Date
Paperclip FoundingEngineer
2eee794e3b fix(agenthub): Move dotenv to production dependencies
dotenv is imported in server.ts and required at runtime,
so it must be in dependencies, not devDependencies.

Fixes ERR_MODULE_NOT_FOUND in Docker container.

Related to BARAAA-50.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-02 00:42:21 +00:00
Paperclip FoundingEngineer
bdd5d92ba7 Initial AgentHub codebase for Coolify deployment
Complete implementation ready for Coolify:
- Node.js 22 + Fastify + socket.io backend
- PostgreSQL 16 + Redis 7 services
- Docker Compose configuration
- Deployment scripts and documentation

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-01 21:25:57 +00:00