mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:01:08 +02:00
chore(mobile): remove 6 of 7 mobile apps — keep only memoro
Six Expo mobile apps lagged behind their web counterparts and haven't shipped updates. Keeping them in the repo kept CI noisy (the context/ mobile type errors were only unmasked after yesterday's postinstall fix), and they blocked other cleanup (parallel lockfile entries, dead scripts). Removing them since the web surface under mana.how is the active product. Deleted (~175 MB, ~700 files): - apps/cards/apps/mobile - apps/chat/apps/mobile - apps/context/apps/mobile (the one still failing type-check) - apps/mana/apps/mobile - apps/picture/apps/mobile - apps/traces/apps/mobile Kept: apps/memoro/apps/mobile (the only actively-developed mobile app, tied to the audio-recording native module). Cleanup: - Dropped 6 `dev:*:mobile` scripts from root package.json that pointed at the deleted apps. Other `dev:*:mobile` entries (quotes, contacts, calendar, mail, moodlit, finance, figgos) already pointed at non-existent apps before this change — out of scope, a separate dead-script sweep. - Root CLAUDE.md: updated the "per-product mobile apps exist" prose and the repo-layout diagram to reflect the memoro-only reality. - apps/mana/CLAUDE.md: removed the `mobile/` entry from the apps/ layout box, noted the deletion date, and updated the tech-stack table to point at the memoro mobile app as the sole Expo surface. No CI workflow or turbo.json references touched — none existed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4daca8970b
commit
248137ec43
691 changed files with 26 additions and 106334 deletions
|
|
@ -44,20 +44,16 @@
|
|||
"chat:dev": "turbo run dev --filter=chat...",
|
||||
"dev:mana:web": "pnpm --filter @mana/web dev",
|
||||
"dev:mana:landing": "pnpm --filter @mana/landing dev",
|
||||
"dev:mana:mobile": "pnpm --filter @mana/mobile dev",
|
||||
"dev:mana:app": "pnpm --filter @mana/web dev",
|
||||
"dev:mana:full": "concurrently -n web,servers -c cyan,yellow \"pnpm dev:mana:web\" \"pnpm dev:mana:servers\"",
|
||||
"dev:mana:all": "pnpm docker:up && pnpm setup:db && pnpm dev:mana:full",
|
||||
"dev:cards:web": "pnpm --filter @cards/web dev",
|
||||
"dev:cards:landing": "pnpm --filter @cards/landing dev",
|
||||
"dev:cards:mobile": "pnpm --filter @cards/mobile dev",
|
||||
"dev:cards:app": "concurrently -n api,web -c yellow,cyan \"pnpm dev:api\" \"pnpm dev:cards:web\"",
|
||||
"dev:picture:web": "pnpm --filter @picture/web dev",
|
||||
"dev:picture:landing": "pnpm --filter @picture/landing dev",
|
||||
"dev:picture:mobile": "pnpm --filter @picture/mobile dev",
|
||||
"dev:picture:app": "concurrently -n api,web -c yellow,cyan \"pnpm dev:api\" \"pnpm dev:picture:web\"",
|
||||
"dev:picture:full": "concurrently -n auth,sync,api -c blue,magenta,yellow \"pnpm dev:auth\" \"pnpm dev:sync\" \"pnpm dev:api\"",
|
||||
"dev:chat:mobile": "pnpm --filter @chat/mobile dev",
|
||||
"dev:chat:web": "pnpm --filter @chat/web dev",
|
||||
"dev:chat:landing": "pnpm --filter @chat/landing dev",
|
||||
"dev:chat:app": "concurrently -n api,web -c yellow,cyan \"pnpm dev:api\" \"pnpm dev:chat:web\"",
|
||||
|
|
@ -154,7 +150,6 @@
|
|||
"dev:figgos:ios": "pnpm --filter @figgos/mobile ios",
|
||||
"dev:figgos:android": "pnpm --filter @figgos/mobile android",
|
||||
"context:dev": "turbo run dev --filter=context...",
|
||||
"dev:context:mobile": "pnpm --filter @context/mobile dev",
|
||||
"dev:context:web": "pnpm --filter @context/web dev",
|
||||
"dev:context:app": "concurrently -n api,web -c yellow,cyan \"pnpm dev:api\" \"pnpm dev:context:web\"",
|
||||
"dev:context:full": "concurrently -n auth,sync,api -c blue,magenta,yellow \"pnpm dev:auth\" \"pnpm dev:sync\" \"pnpm dev:api\"",
|
||||
|
|
@ -190,7 +185,6 @@
|
|||
"dev:music:app": "concurrently -n api,web -c yellow,cyan \"pnpm dev:api\" \"pnpm dev:music:web\"",
|
||||
"dev:music:full": "concurrently -n auth,sync,api -c blue,magenta,yellow \"pnpm dev:auth\" \"pnpm dev:sync\" \"pnpm dev:api\"",
|
||||
"traces:dev": "turbo run dev --filter=traces...",
|
||||
"dev:traces:mobile": "pnpm --filter @traces/mobile dev",
|
||||
"dev:traces:full": "concurrently -n auth,sync,api -c blue,magenta,yellow \"pnpm dev:auth\" \"pnpm dev:sync\" \"pnpm dev:api\"",
|
||||
"dev:landing-builder": "pnpm --filter @mana-landing-builder/service start:dev",
|
||||
"docker:up": "docker compose -f docker-compose.dev.yml --env-file .env.development up -d postgres redis minio minio-init searxng",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue