Skip to content

Commit

Permalink
chore: remove @types/nodemon
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Aug 3, 2024
1 parent 9cbe1b5 commit 727c2ab
Show file tree
Hide file tree
Showing 3 changed files with 2,422 additions and 6,818 deletions.
1 change: 0 additions & 1 deletion packages/grpc-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"@liangskyli/grpc-mock": "workspace:*",
"@types/cross-spawn": "^6.0.6",
"@types/express": "^4.17.21",
"@types/nodemon": "^1.19.6",
"better-mock": "^0.3.7",
"express": "^4.19.2",
"ts-node": "^10.9.2"
Expand Down
1 change: 1 addition & 0 deletions packages/grpc-mock/src/mock-service/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const mockServerLoadScript = (opts: IMockServerLoadScript) => {
script: mockServerLoadScript,
watch: [genMockFileDir],
ext: 'js,mjs,json,cjs,ts,cts,mts',
// @ts-ignore
args: [genMockIndexFile],
}).on('log', (msg) => {
console.log(msg.colour);
Expand Down
Loading

0 comments on commit 727c2ab

Please sign in to comment.