From f7ea3011d955c8555b0033b1f2e5c5433930cc7e Mon Sep 17 00:00:00 2001 From: gabemontero Date: Tue, 2 Jun 2026 13:25:59 -0400 Subject: [PATCH] fix(chore): add yarn start:debug option to packages.json --- workspaces/boost/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/workspaces/boost/package.json b/workspaces/boost/package.json index aea8e5aab2..afb6610b68 100644 --- a/workspaces/boost/package.json +++ b/workspaces/boost/package.json @@ -7,6 +7,7 @@ }, "scripts": { "start": "backstage-cli repo start", + "start:debug": "backstage-cli repo start --inspect", "build:all": "backstage-cli repo build --all", "build:api-reports": "yarn build:api-reports:only --tsc", "build:api-reports:only": "backstage-repo-tools api-reports -o ae-wrong-input-file-type,ae-undocumented --validate-release-tags",