Skip to content

Commit a6260a4

Browse files
committed
fix: add sqllite to prod
1 parent b75d17d commit a6260a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
"express": "^4.17.1",
3838
"express-promise-router": "^4.1.0",
3939
"pg": "^8.3.0",
40-
"winston": "^3.2.1"
40+
"winston": "^3.2.1",
41+
"better-sqlite3": "^7.5.0"
4142
},
4243
"devDependencies": {
4344
"@backstage/cli": "^0.17.2",
4445
"@types/dockerode": "^3.3.0",
4546
"@types/express-serve-static-core": "^4.17.5",
4647
"@types/express": "^4.17.6",
47-
"@types/luxon": "^2.0.4",
48-
"better-sqlite3": "^7.5.0"
48+
"@types/luxon": "^2.0.4"
4949
},
5050
"files": [
5151
"dist"

0 commit comments

Comments
 (0)