feat(figgos): scaffold backend + mobile app

Add new Figgos project under apps/figgos/ with:
- NestJS backend (port 3025) with Drizzle ORM, health check, metrics
- Expo React Native mobile app with Mana Core Auth, tab navigation
- Shared types package (@figgos/shared)
- Root integration: env generation, dev:figgos:full script, MinIO bucket

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Chr1st1anG 2026-02-10 20:53:54 +01:00
parent 5b6f231e1a
commit 1cffc6de81
40 changed files with 1572 additions and 194 deletions

View file

@ -324,6 +324,13 @@ PLANTA_GEMINI_API_KEY=AIzaSyC_-hPWpVttTlqJdU4jbXR5H0OAnRi2LgI
SKILLTREE_BACKEND_PORT=3024
SKILLTREE_DATABASE_URL=postgresql://manacore:devpassword@localhost:5432/skilltree
# ============================================
# FIGGOS PROJECT
# ============================================
FIGGOS_BACKEND_PORT=3025
FIGGOS_DATABASE_URL=postgresql://manacore:devpassword@localhost:5432/figgos
# ============================================
# WORLDREAM GAME
# ============================================