Commit Graph

4 Commits

Author SHA1 Message Date
Yuu Ottosoka
701e9c0ef8 build(docker): add db:generate step before building
Ensure Prisma client and schemas are generated before building the application to prevent runtime errors
2025-07-12 16:17:39 +03:00
Yuu Ottosoka
f9ecac94f2 feat: add file storage service and update configurations
refactor: migrate to tsup for builds and update tsconfigs
fix: update error handling and validation in payment service
chore: update package scripts and dependencies
docs: update README and env examples
2025-07-12 16:01:57 +03:00
Yuu Ottosoka
84760349c0 docs(api): update readme with client description 2025-07-08 19:58:59 +03:00
Yuu Ottosoka
71365836d3 feat: add bot and api services with config, logger and database packages
- 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
2025-07-08 19:46:08 +03:00