From 1dfc8e74070f2a30ec854e586c767ecb45a48c5f Mon Sep 17 00:00:00 2001 From: Harry Chen Date: Wed, 16 Oct 2024 11:04:35 +0800 Subject: [PATCH] chore: update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e819763..6c24579 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ $ npx mwtsc --watch --project tsconfig.production.json --run ./bootstrap.js # the child process keep avaliable during the development $ npx mwtsc --watch --run ./bootstrap.js --keepalive + +# run with inspect and debug in chrome or other supported tools +$ npx mwtsc --watch --inspect --run ./bootstrap.js +$ npx mwtsc --watch --inspect-brk --run ./bootstrap.js ``` ## Different with tsc and tsc-watch