npm build dbgate

This commit is contained in:
Jan Prochazka
2021-02-07 17:24:45 +01:00
parent f3163617e0
commit b60714f30c
9 changed files with 60 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env node
const dbgateApi = require('dbgate-api');
dbgateApi.mainModule.start('startNodeWeb');

View File

@@ -9,6 +9,9 @@
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
"author": "Jan Prochazka",
"license": "MIT",
"bin": {
"dbgate": "./bin/dbgate.js"
},
"keywords": [
"sql",
"dbgate",