mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-26 09:15:40 +00:00
npm add pg dependency
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"knex": "^3.0.1",
|
||||
"object-hash": "^3.0.0"
|
||||
"object-hash": "^3.0.0",
|
||||
"pg": "^8.11.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user