You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(docs): add api documentation with swagger and scalar
- Integrates @fastify/swagger and @scalar/fastify-api-reference to generate API documentation in development
- Adds a new /docs endpoint for the documentation
- Uses tsx for development and starting the server, replacing ts-node and nodemon
- Updates tsconfig.json to use NodeNext module resolution
- Adds tags to each route for better organization in the documentation
0 commit comments