diff --git a/README.md b/README.md index 528cc4b..f486034 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This repository is an initial scaffold (FN-002). It provides: ├── apps/ │ ├── web/ # React frontend │ └── api/ # FastAPI backend +├── packages/ # Shared packages (future) ├── docs/ # Architecture, development, and deployment docs ├── deploy/ # Portainer/Traefik deployment examples ├── docker-compose.yml diff --git a/docs/development.md b/docs/development.md index 9f7c824..736509c 100644 --- a/docs/development.md +++ b/docs/development.md @@ -163,6 +163,7 @@ pnpm build ├── apps/ │ ├── web/ # Vite React TypeScript frontend │ └── api/ # FastAPI Python backend +├── packages/ # Shared packages (future) ├── docs/ # Documentation ├── deploy/ # Deployment skeleton files ├── docker-compose.yml