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
5 lines
137 B
Plaintext
5 lines
137 B
Plaintext
BOT_TOKEN="your-bot-token"
|
|
WEBHOOK_URL="your-webhook-url"
|
|
PORT=3000
|
|
MODE=polling or webhook
|
|
DATABASE_URL=copy from packages/database/.env |