Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
chore(package): remove redundant nodemon config values
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Oct 8, 2023
1 parent 7a5fe94 commit 87617b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,8 @@
},
"nodemonConfig": {
"env": {
"NODE_ENV": "development",
"SUPPRESS_SUPPORT": 1
"NODE_ENV": "development"
},
"verbose": true,
"watch": [
".env",
"src/**/!(*.test).*"
Expand Down

0 comments on commit 87617b8

Please sign in to comment.