From 263e6959d33aeb2103bf1489bf5a78c4457a8116 Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Mon, 21 Nov 2022 13:29:19 +0000 Subject: [PATCH] fix(*): Add missing arguments --- docs/web-dev/js/node-js-typescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web-dev/js/node-js-typescript.md b/docs/web-dev/js/node-js-typescript.md index fc95bbf..66d5449 100644 --- a/docs/web-dev/js/node-js-typescript.md +++ b/docs/web-dev/js/node-js-typescript.md @@ -257,7 +257,7 @@ Create the following files: "version": "1.0.0", "description": "", "scripts": { - "dev": "nodemon", + "dev": "nodemon --legacy-watch", "lint": "eslint . --ext .ts", "fix": "eslint . --ext .ts --fix", "build": "rimraf ./dist && tsc",