mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-21 01:26:43 +02:00
feat(traces): integrate traces app into monorepo with NestJS backend and AI city guides
Restructure standalone traces app into monorepo pattern with mobile + backend + shared types. Add NestJS backend with Drizzle ORM schema for locations, cities, places, POIs, and AI guides. Add mobile sync layer, cities tab, and guide generation UI. Fix pre-existing type errors across mobile codebase, matrix-mana-bot (sendDirectMessage), llm-playground, and all web auth stores (signUp call signature). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
402e135179
commit
bd1178edf8
125 changed files with 14626 additions and 831 deletions
|
|
@ -193,6 +193,12 @@
|
|||
"storage:db:push": "pnpm --filter @storage/backend db:push",
|
||||
"storage:db:studio": "pnpm --filter @storage/backend db:studio",
|
||||
"storage:db:seed": "pnpm --filter @storage/backend db:seed",
|
||||
"traces:dev": "turbo run dev --filter=traces...",
|
||||
"dev:traces:mobile": "pnpm --filter @traces/mobile dev",
|
||||
"dev:traces:backend": "pnpm --filter @traces/backend start:dev",
|
||||
"dev:traces:full": "./scripts/setup-databases.sh traces && ./scripts/setup-databases.sh auth && concurrently -n auth,backend,mobile -c blue,green,cyan \"pnpm dev:auth\" \"pnpm dev:traces:backend\" \"pnpm dev:traces:mobile\"",
|
||||
"traces:db:push": "pnpm --filter @traces/backend db:push",
|
||||
"traces:db:studio": "pnpm --filter @traces/backend db:studio",
|
||||
"docker:up": "docker compose -f docker-compose.dev.yml --env-file .env.development up -d postgres redis minio minio-init",
|
||||
"docker:up:infra": "docker compose -f docker-compose.dev.yml --env-file .env.development up -d postgres redis minio minio-init",
|
||||
"docker:up:db": "docker compose -f docker-compose.dev.yml --env-file .env.development up -d postgres redis",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue