Describe the change and the problem it solves.
Explain the motivation, issue, or user story behind this pull request.
- No API changes
- Backward-compatible API change
- Breaking API change
If there is an API change, document the endpoint, payload, or response differences here.
- I ran
npm run lint - I ran
npm run build - I ran
npm run test - I added or updated tests for behavior changes
List any environment, migration, rollout, or monitoring requirements.
Include screenshots, request/response examples, or logs when helpful.
- I kept the change focused and reviewable
- I updated documentation or examples if needed
- I considered backward compatibility
- I verified new environment variables are documented in
.env.example