- Add bot service with telegram integration and webhook/polling modes - Add api service with hono, swagger and zod-openapi - Create config package for environment variable management - Create logger package for colored console logging - Create database package with prisma integration - Remove next.js web and docs apps - Update turbo.json for new services - Add dockerfiles and gitea workflows for deployment
6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
node_modules
|
|
# Keep environment variables out of version control
|
|
.env
|
|
|
|
/generated/prisma
|