Skip to content

Commit

Permalink
crypticc3s4r:introducing-nodemon-legacy-watch-in-workers
Browse files Browse the repository at this point in the history
  • Loading branch information
CrypticC3s4r committed Oct 4, 2024
1 parent 2f62d53 commit 0836053
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@
"@hoarder/prettier-config": "workspace:^0.1.0",
"@types/dompurify": "^3.0.5",
"@types/jsdom": "^21.1.6",
"@types/metascraper": "^5.14.3"
"@types/metascraper": "^5.14.3",
"nodemon": "^3.1.7"
},
"scripts": {
"start": "tsx watch index.ts",
"start": "nodemon --watch . --ext ts --legacy-watch --exec tsx index.ts",
"start:prod": "tsx index.ts",
"lint": "eslint .",
"format": "prettier . --ignore-path ../../.prettierignore",
Expand Down

0 comments on commit 0836053

Please sign in to comment.