Skip to content

Commit

Permalink
Add nodemon to api in kitchen sink (#316)
Browse files Browse the repository at this point in the history
Co-authored-by: Jared Palmer <[email protected]>
  • Loading branch information
NixBiks and jaredpalmer authored Dec 16, 2021
1 parent 44ebe29 commit 8c443a3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/kitchen-sink/apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,27 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"devDependencies": {
"scripts": "*",
"tsconfig": "*",
"@types/body-parser": "^1.19.0",
"@types/cors": "^2.8.10",
"@types/express": "^4.17.12",
"@types/morgan": "^1.9.2",
"@types/node": "^15.12.2",
"@types/supertest": "^2.0.11",
"esbuild-register": "^2.5.0",
"nodemon": "^2.0.15",
"scripts": "*",
"supertest": "^6.1.3",
"tsconfig": "*",
"typescript": "^4.2.4"
},
"jest": {
"preset": "scripts/jest/node"
},
"dependencies": {
"logger": "*",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"logger": "*",
"morgan": "^1.10.0"
}
}

1 comment on commit 8c443a3

@vercel
Copy link

@vercel vercel bot commented on 8c443a3 Dec 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.