···6363For production deployment:
646465651. Build all packages in the correct order:
6666+6667 ```bash
6768 pnpm build
6869 ```
6969-7070+7071 This will:
7272+7173 - Build the lexicon package first (shared type definitions)
7274 - Build the frontend (`packages/client`) next
7375 - Finally build the backend (`packages/appview`)
···7880 ```
79818082The backend server will:
8383+8184- Serve the API at `/api/*` endpoints
8285- Serve the frontend static files from the client's build directory
8386- Handle client-side routing by serving index.html for all non-API routes