Commit Graph

3 Commits

Author SHA1 Message Date
10fa579de1 Reduce session timeout to 1 minute
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-12 22:40:19 +01:00
8cb56142cd Fix Cloudflare Worker compatibility for version endpoint
- Add version parameter to AppConfig interface
- Pass version from environment config instead of using process.env
- Update worker.ts to pass VERSION environment variable
- Update wrangler.toml with VERSION variable
- Update deploy script to automatically set VERSION to git commit hash

This fixes the 'process is not defined' error in Cloudflare Workers

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-08 11:45:41 +01:00
2bc6359b73 Include wrangler.toml in repository for CI/CD deployments
- Removed wrangler.toml from .gitignore
- Added wrangler.toml to repo (safe - no secrets)
- Database ID is not sensitive, protected by Cloudflare auth
- Fixes CI/CD deployment failures
2025-11-07 23:15:18 +01:00