Skip to content

Commit 5e775ca

Browse files
committed
docs: update README.md
1 parent 39ebb8d commit 5e775ca

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
@@ -13,7 +13,7 @@ Opinionated boilerplate to build a Fastify app with better DX.
1313
## Features
1414

1515
- Use `@fastify/autoload` for filesystem-based routes & plugins.
16-
- Use `nodemon` & `esbuild` to reduce feedback loop during devlopment.
16+
- Use [`esbuild-kit/tsx`](https://github.com/esbuild-kit/tsx) to reduce feedback loop during devlopment.
1717
- Use `esbuild` to bundle production code.
1818
- Use Conventional Commits & SemVer standards, e.g. `commitlint`, `commitizen`, `standard-version`.
1919
- Use `eslint`, `prettier`, `lint-staged`.
@@ -37,7 +37,7 @@ pnpm dev
3737
pnpm build
3838

3939
# Run production code
40-
node build
40+
pnpm start
4141

4242
# New commit with interactive CLI
4343
pnpm cz

0 commit comments

Comments
 (0)