mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 23:06:00 +00:00
engines moved to separate library
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
"nedb-promises": "^4.0.1",
|
||||
"pg": "^7.17.0",
|
||||
"socket.io": "^2.3.0",
|
||||
"uuid": "^3.4.0"
|
||||
"uuid": "^3.4.0",
|
||||
"@dbgate/engines": "file:../lib/engines"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "nodemon src/index.js",
|
||||
@@ -26,6 +27,6 @@
|
||||
"@types/lodash": "^4.14.149",
|
||||
"nodemon": "^2.0.2",
|
||||
"typescript": "^3.7.4",
|
||||
"@types/dbgate": "file:../lib"
|
||||
"@types/dbgate": "file:../types"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user