Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 67db29b

Browse files
committed
add dev dependencies to nest guide
1 parent 5789066 commit 67db29b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/guides/nodejs/nestjs.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@ Normally when creating a Nitric project a few files and dependencies are added f
5353
- Dockerfile
5454
- Docker ignore file
5555

56-
We'll start by adding Nitric as a dependency.
56+
We'll start by adding Nitric as a dependency and adding some development dependencies.
5757

5858
```bash
5959
yarn add @nitric/sdk
60+
61+
yarn add -D dotenv nodemon ts-node
6062
```
6163

6264
Add a small script to our `package.json` that will run our Nitric services.

0 commit comments

Comments
 (0)