managarten/apps/todo/apps/landing
Till-JS 1dc4f58edb feat(todo): prepare for production deployment
- Fix type-check errors (subtask id, duplicate currentLocale)
- Add complete Astro landing page with Hero, Features, Pricing, CTA
- Add production environment templates (.env.example, .env.production.example)
- Add docker-compose.prod.yml for production deployment
- Add deploy.sh script for server deployment
- Add /health endpoint for web app health checks
- Improve docker-entrypoint.sh with database wait logic
- Remove references to deleted statistics and session-tasks stores

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 14:04:27 +01:00
..
public feat(todo): prepare for production deployment 2026-01-28 14:04:27 +01:00
src feat(todo): prepare for production deployment 2026-01-28 14:04:27 +01:00
.gitignore feat(todo): prepare for production deployment 2026-01-28 14:04:27 +01:00
.prettierrc feat(todo): prepare for production deployment 2026-01-28 14:04:27 +01:00
astro.config.mjs feat(todo): prepare for production deployment 2026-01-28 14:04:27 +01:00
package.json feat(todo): prepare for production deployment 2026-01-28 14:04:27 +01:00
tailwind.config.mjs feat(todo): prepare for production deployment 2026-01-28 14:04:27 +01:00
tsconfig.json feat(todo): prepare for production deployment 2026-01-28 14:04:27 +01:00
wrangler.toml feat(todo): prepare for production deployment 2026-01-28 14:04:27 +01:00