Skip to content

Commit a336728

Browse files
committed
docs: update README.md
1 parent d202a74 commit a336728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Opinionated boilerplate to build a Fastify app with a better DX.
99
## Features
1010

1111
- Use `nodemon` & `esbuild-node-tsc` during devlopment to reduce feedback loop.
12-
- Use `esbuild` to bundle & minify production code.
12+
- Use `esbuild` to bundle production code.
1313
- Use Conventional Commits & SemVer standards, e.g. `commitlint`, `commitizen`, `standard-version`.
1414
- Use `eslint`, `prettier`, `lint-staged`.
1515
- Use `husky` git hooks helper to run formatter & linter.
@@ -43,8 +43,8 @@ pnpm release
4343

4444
## TODO
4545

46+
- [ ] Add `docker` or `docker-compose` for deployment
4647
- [ ] Add `vitest` & `msw`
4748
- [ ] Add `dotnev` for different stages
4849
- [ ] Add `mongodb` examples
49-
- [ ] Add `docker` or `docker-compose` for deployment
5050
- [ ] Add `envoy` as a sidecar proxy

0 commit comments

Comments
 (0)