Skip to content

Commit aa2d23e

Browse files
committed
typo
1 parent 47f577b commit aa2d23e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> [Not-so-much] opinionated server template, with all the important stuff<sup>1</sup>
44
5-
<sup>1</sup>: [TypeScript](https://www.typescriptlang.org), [Express](https://expressjs.com/), [AVA](https://avajs.dev/), [GraphQL](https://graphql.org/), [ESLint](https://eslint.org/), [Sentry](https://sentry.io/welcome/), [nodemon](https://nodemon.io/), [dotenv](https://github.com/motdotla/dotenv), [zod](https://zod.dev), code coverage and other bits and bobs.
5+
<sup>1</sup>: [TypeScript](https://www.typescriptlang.org), [Express](https://expressjs.com/), [AVA](https://avajs.dev/), [GraphQL](https://graphql.org/), [ESLint](https://eslint.org/), [Sentry](https://sentry.io/welcome/), [tsx](https://tsx.is/), [dotenv](https://github.com/motdotla/dotenv), [zod](https://zod.dev), code coverage and other bits and bobs.
66

77
[![build](https://badges.iamnapo.me/ci/iamnapo/nodejs-server-template)](https://github.com/iamnapo/nodejs-server-template/actions) [![style](https://badges.iamnapo.me/style)](https://iamnapo.me)
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"express",
1414
"graphql",
1515
"sentry",
16-
"nodemon",
16+
"tsx",
1717
"ava",
1818
"dotenv",
1919
"zod",

0 commit comments

Comments
 (0)