e39d88bd84
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
313 B
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",