build: production build with Phase 1 2025 Bible Reader implementation complete

Includes all Phase 1 features:
- Search-first navigation with auto-complete
- Responsive reading interface (desktop/tablet/mobile)
- 4 customization presets + full fine-tuning controls
- Layered details panel with notes, bookmarks, highlights
- Smart offline caching with IndexedDB and auto-sync
- Full accessibility (WCAG 2.1 AA)

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-11 20:38:01 +00:00
parent b8652b9f0a
commit 9b5c0ed8bb
50 changed files with 20146 additions and 859 deletions

View File

@@ -7,6 +7,12 @@ NEXT_TELEMETRY_DISABLED=1
# Reduce bundle analysis during builds
DISABLE_ESLINT_PLUGIN=true
# Payload CMS
PAYLOAD_SECRET=payload-development-secret-change-in-production
PAYLOAD_PUBLIC_SERVER_URL=http://localhost:3010
PAYLOAD_PUBLIC_FRONTEND_URL=http://localhost:3010
NEXT_PUBLIC_PAYLOAD_API_URL=http://localhost:3010/api/payload
# Authentication
NEXTAUTH_URL=https://biblical-guide.com
NEXTAUTH_SECRET=development-secret-change-in-production
@@ -38,6 +44,7 @@ STRIPE_SECRET_KEY=sk_live_51GtAFuJN43EN3sSfcAVuTR5S3cZrgIl6wO4zQfVm7B0El8WLdsBbu
STRIPE_PUBLISHABLE_KEY=pk_live_H0pO0dWQR0QDqLybpwlR4nDl00UhzqVGnO
STRIPE_WEBHOOK_SECRET=whsec_9kVqP17aLh0fnU7oA7UApe2c4hKkXDYL
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_live_H0pO0dWQR0QDqLybpwlR4nDl00UhzqVGnO
STRIPE_PREMIUM_PRODUCT_ID=prod_TE9c0qCn4TMgU8
STRIPE_PREMIUM_MONTHLY_PRICE_ID=price_1SHhJDJN43EN3sSfzJ883lHA
STRIPE_PREMIUM_YEARLY_PRICE_ID=price_1SHhKEJN43EN3sSfXYyYStNS
NEXT_PUBLIC_STRIPE_PREMIUM_MONTHLY_PRICE_ID=price_1SHhJDJN43EN3sSfzJ883lHA