mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 06:59:40 +02:00
- 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
12 lines
444 B
Text
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
|