mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 10:26:41 +02:00
✨ 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:
parent
5b6f231e1a
commit
1cffc6de81
40 changed files with 1572 additions and 194 deletions
|
|
@ -145,6 +145,7 @@
|
|||
"dev:figgos:android": "pnpm --filter @figgos/mobile android",
|
||||
"figgos:db:push": "pnpm --filter @figgos/backend db:push",
|
||||
"figgos:db:studio": "pnpm --filter @figgos/backend db:studio",
|
||||
"dev:figgos:full": "./scripts/setup-databases.sh figgos && ./scripts/setup-databases.sh auth && concurrently -n auth,backend -c blue,green \"pnpm dev:auth\" \"pnpm dev:figgos:backend\"",
|
||||
"worldream:dev": "turbo run dev --filter=worldream...",
|
||||
"dev:worldream:web": "pnpm --filter @worldream/web dev",
|
||||
"context:dev": "turbo run dev --filter=context...",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue