diff --git a/.env.example b/.env.example index aa4a86e..6721966 100644 --- a/.env.example +++ b/.env.example @@ -16,6 +16,9 @@ GOOGLE_CLIENT_SECRET= # Role SUPER_ADMIN_EMAIL=admin@example.com +# API Key for external clients (e.g. mobile apps) +API_KEY=your-secret-api-key-here + # Telegram Notification (optional) TELEGRAM_NOTIFY_TOKEN= TELEGRAM_NOTIFY_CHAT_ID= diff --git a/CLAUDE.md b/CLAUDE.md index af4f5fe..14d73f5 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,82 +1,121 @@ -Default to using Bun instead of Node.js. +# CLAUDE.md -- Use `bun ` instead of `node ` or `ts-node ` -- Use `bun test` instead of `jest` or `vitest` -- Use `bun install` instead of `npm install` or `yarn install` or `pnpm install` -- Use `bun run