Files
backstage/.changeset/nasty-socks-exist.md
T
Patrik Oldsberg 22f4ecb0e6 use link: rather than file: for local dependencies
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-05 12:45:03 +01:00

465 B

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

Switched the file: dependency for a link: dependency in the backend package. This makes sure that the app package is linked in rather than copied.

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

   "dependencies": {
-    "app": "file:../app",
+    "app": "link:../app",
     "@backstage/backend-common": "^{{version '@backstage/backend-common'}}",