start-backend

Signed-off-by: Tim Hansen <timbonicus@gmail.com>
This commit is contained in:
Tim Hansen
2021-07-08 15:17:57 -06:00
parent 86e4920ee0
commit 9d38188c2b
+1 -6
View File
@@ -47,12 +47,7 @@ To debug the backend in [Visual Studio Code](https://code.visualstudio.com/):
- Enable Auto Attach (⌘ + Shift + P > Toggle Auto Attach > Only With Flag)
- Open a VSCode terminal (Control + `)
- Run the backend from the VSCode terminal:
```
$ cd packages/backend
$ yarn backstage-cli backend:dev --inspect
```
- Run the backend from the VSCode terminal: `yarn start-backend --inspect`
## Populating The Catalog