Skip to content

Commit

Permalink
fix: add sqllite to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Jul 15, 2022
1 parent b75d17d commit a6260a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"pg": "^8.3.0",
"winston": "^3.2.1"
"winston": "^3.2.1",
"better-sqlite3": "^7.5.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.2",
"@types/dockerode": "^3.3.0",
"@types/express-serve-static-core": "^4.17.5",
"@types/express": "^4.17.6",
"@types/luxon": "^2.0.4",
"better-sqlite3": "^7.5.0"
"@types/luxon": "^2.0.4"
},
"files": [
"dist"
Expand Down

0 comments on commit a6260a4

Please sign in to comment.