managarten/apps/skilltree/apps/web/.env.production.example
Claude 076e5518cc
feat(skilltree): connect web app to backend API
- Add API client for backend communication
- Add skills and activities API modules
- Add auth store with Mana Core Auth integration
- Update skills store to use API when authenticated
- Keep IndexedDB as offline fallback
- Add hooks.server.ts for runtime env injection

https://claude.ai/code/session_015XCsTDS9aLZ64Zin4HU6ex
2026-01-29 11:05:32 +00:00

12 lines
444 B
Text

# SkillTree Web App - Production Environment Variables
# Copy this file to .env.production and fill in the values
# =============================================================================
# REQUIRED
# =============================================================================
# Backend API URL
PUBLIC_BACKEND_URL=https://skilltree-api.mana.how
# Mana Core Auth URL for authentication
PUBLIC_MANA_CORE_AUTH_URL=https://auth.mana.how