Update broken links to cli docs

Signed-off-by: TheMonolithX64 <admin@monolithicgames.com>
This commit is contained in:
TheMonolithX64
2022-12-02 17:42:20 +00:00
parent 84174aa639
commit b5e3da44c4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ The backend starts up on port 7007 per default.
### Debugging
The backend is a node process that can be inspected to allow breakpoints and live debugging. To enable this, pass the `--inspect` flag to [backend:dev](https://backstage.io/docs/cli/commands#backenddev).
The backend is a node process that can be inspected to allow breakpoints and live debugging. To enable this, pass the `--inspect` flag to [backend:dev](https://backstage.io/docs/local-dev/cli-build-system#backend-development).
To debug the backend in [Visual Studio Code](https://code.visualstudio.com/):