Description
The backend acts as our high-speed read-only layer. We need to set up the Fastify server inside the packages/backend workspace.
Acceptance Criteria
Technical Details
- Ensure the Fastify logger (Pino) is enabled for tracking requests natively.
Description
The backend acts as our high-speed read-only layer. We need to set up the Fastify server inside the
packages/backendworkspace.Acceptance Criteria
packages/backend.fastify,@fastify/cors, and necessary TypeScript types./healthendpoint returning{ status: 'ok' }.nodemonorts-node-devfor hot-reloading during development.Technical Details