This project was bootstrapped with Fastify-CLI, and configured with very strict ESLint rules.
In the project directory, you can run:
npm run devTo start the app in dev mode.
Open http://localhost:3000 to view it in the browser.npm start— Starts app in production mode.npm run test— Run the test cases, and it auto attaches VSCode Debugger and pauses at breakpoints.npm run lint— Run ESLint.npm run lint:fix— Run ESLint to auto-fix whatever it can.