mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-24 00:16:42 +02:00
chore: remove all NestJS backend references, replace with Hono/Bun
- Delete nestjs-backend.md guideline (replaced by hono-server.md) - Delete Dockerfile.nestjs-base and Dockerfile.nestjs templates - Delete stale BACKEND_ARCHITECTURE.md doc (NestJS-era, obsolete) - Update CLAUDE.md, GUIDELINES.md, authentication.md to Hono/Bun first - Update all app CLAUDE.md files: backend/ → server/, NestJS → Hono+Bun - Update all app package.json files: @*/backend → @*/server - Update docs: LOCAL_DEVELOPMENT, PORT_SCHEMA, ENVIRONMENT_VARIABLES, DATABASE_MIGRATIONS, MAC_MINI_SERVER, PROJECT_OVERVIEW - Update scripts: generate-env.mjs, setup-databases.sh, build-app.sh - Update CI/CD: cd-macmini.yml backend → server paths - Update Astro docs site: @chat/backend → @chat/server Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
708299b35e
commit
ab387b9b3d
43 changed files with 598 additions and 2398 deletions
|
|
@ -412,7 +412,7 @@ nutriphi/
|
|||
│ ├── mobile/ # Expo React Native App (@nutriphi/mobile)
|
||||
│ ├── web/ # SvelteKit Web App (@nutriphi/web)
|
||||
│ └── landing/ # Astro Landing Page (@nutriphi/landing)
|
||||
├── backend/ # NestJS API Server (@nutriphi/backend)
|
||||
├── server/ # Hono/Bun server (@nutriphi/server)
|
||||
```
|
||||
|
||||
#### API Endpoints
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue