Skip to content

Commit

Permalink
Merge pull request #56 from sergioutama/master
Browse files Browse the repository at this point in the history
Fix missing nodemon dependency
  • Loading branch information
kyle-mccarthy committed Aug 29, 2020
2 parents 140b8ae + 6217b0a commit 0a51218
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
This example demonstrates how to use nest-next to add server side rendering to [nest](https://github.com/nestjs/nest) with [next.js](https://github.com/zeit/next.js/).

All needed components are expected to be under one project, one repo, with this folder being the root of the repo.

> You need to build the project first
1 change: 1 addition & 0 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@babel/core": "^7.5.5",
"@types/node": "^12.7.1",
"@types/react": "^16.9.1",
"nodemon": "^2.0.4",
"rimraf": "^3.0.0",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
Expand Down

0 comments on commit 0a51218

Please sign in to comment.