Files
backstage/.changeset/fair-dingos-glow.md
T
blam ba485edc23 chore: reworking knex package
Signed-off-by: blam <ben@blam.sh>
2022-03-22 13:52:35 +01:00

600 B

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

Remove the knex package that is installed in the packages/backend as it's provided by the @backstage/* packages for you automatically. You can make the following change in your packages/backend/package.json if you wish to apply this change.

    "lint": "backstage-cli package lint",
    "test": "backstage-cli package test",
    "clean": "backstage-cli package clean",
-   "migrate:create": "knex migrate:make -x ts"
    "express": "^4.17.1",
    "express-promise-router": "^4.1.0",
-   "knex": "^0.21.6",
    "pg": "^8.3.0",