Updating bad path in docs

Signed-off-by: Joseph Campos <joseph.campos@gendigital.com>
This commit is contained in:
Joseph Campos
2023-12-12 12:33:10 -08:00
parent 139b364198
commit 92242965a1
+1 -1
View File
@@ -309,7 +309,7 @@ package, which is done as follows:
.addRouter('', await app(appEnv));
```
3. Remove the `@backstage/plugin-app-backend` and the app package dependency
(e.g. `app`) from `packages/backend/packages.json`. If you don't remove the
(e.g. `app`) from `packages/backend/package.json`. If you don't remove the
app package dependency the app will still be built and bundled with the
backend.