Files
backstage/.changeset/witty-lamps-laugh.md
T
Patrik Oldsberg e39d88bd84 create-app: switch backend dep to use file target
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-27 17:14:05 +01:00

313 B

@backstage/create-app
@backstage/create-app
patch

Switched the app dependency in the backend to use a file target rather than version.

To apply this change to an existing app, make the following change to packages/backend/package.json:

   "dependencies": {
-    "app": "0.0.0",
+    "app": "file:../app",