Updated backend plugin start docs

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2023-12-22 13:45:37 -06:00
parent bb6bce457e
commit 96540cece0
+3 -1
View File
@@ -41,9 +41,11 @@ standalone mode. You can do a first-light test of your service:
```sh
cd plugins/carmen-backend
yarn start
LEGACY_BACKEND_START=true yarn start
```
> Note: `LEGACY_BACKEND_START=true` is needed while we transition fully to the [New Backend System](../backend-system/index.md). The templates have not been migrated yet; you can track this in [issue 21288](https://github.com/backstage/backstage/issues/21288)
This will think for a bit, and then say `Listening on :7007`. In a different
terminal window, now run