dbgate.js => dbgate-serve.js

This commit is contained in:
Jan Prochazka 2022-03-13 16:49:33 +01:00
parent 3ccb00854c
commit 772a72dfd8
3 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@ npm install -g dbgate
After installing, you can run dbgate with command:
```sh
dbgate
dbgate-serve
```
Then open http://localhost:5000 in your browser

View File

@ -10,7 +10,7 @@
"author": "Jan Prochazka",
"license": "MIT",
"bin": {
"dbgate": "./bin/dbgate.js"
"dbgate": "./bin/dbgate-serve.js"
},
"keywords": [
"sql",
@ -21,6 +21,7 @@
"dbgate-api": "^4.1.1",
"dbgate-web": "^4.1.1",
"dbgate-plugin-csv": "^4.1.1",
"dbgate-plugin-xml": "^4.1.1",
"dbgate-plugin-excel": "^4.1.1",
"dbgate-plugin-mongo": "^4.1.1",
"dbgate-plugin-mysql": "^4.1.1",