We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91bd486 commit adfd70dCopy full SHA for adfd70d
1 file changed
README.md
@@ -141,6 +141,10 @@ npm run test:watch
141
142
- <https://fastify.dev/docs/latest/Guides/Getting-Started/>
143
144
+Todos:
145
+
146
+- _SIGTERM and expection handler for server_
147
148
## Project Structure
149
150
- <https://alexkondov.com/tao-of-node/>
@@ -153,3 +157,4 @@ Todos:
153
157
- _adjust npm scripts accordingly_
154
158
- _re-add `npm build` and `npm start` using `NODE_ENV=production`_
155
159
- _use pino for logging (https://github.com/pinojs/pino/blob/main/docs/web.md#fastify) or rather (https://github.com/pinojs/pino-pretty)_
160
+- _Makefile for building, releasing, and running_
0 commit comments