From c1e533c123d41dd46afbc48a8525ef1d87ee8e95 Mon Sep 17 00:00:00 2001 From: mairisb Date: Sun, 17 Sep 2023 13:22:17 +0300 Subject: [PATCH] api start script with inspect --- packages/api/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/api/package.json b/packages/api/package.json index 78a90ba..97c1fd7 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -7,6 +7,7 @@ "build": "tsc", "watch": "npm run build -- --watch", "start:dev": "nodemon dist/src/index.js", + "start:dev:inspect": "nodemon --inspect dist/src/index.js", "test": "jest" }, "author": "",