mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
dbgate.js => dbgate-serve.js
This commit is contained in:
parent
3ccb00854c
commit
772a72dfd8
@ -11,7 +11,7 @@ npm install -g dbgate
|
|||||||
|
|
||||||
After installing, you can run dbgate with command:
|
After installing, you can run dbgate with command:
|
||||||
```sh
|
```sh
|
||||||
dbgate
|
dbgate-serve
|
||||||
```
|
```
|
||||||
|
|
||||||
Then open http://localhost:5000 in your browser
|
Then open http://localhost:5000 in your browser
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
"author": "Jan Prochazka",
|
"author": "Jan Prochazka",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bin": {
|
"bin": {
|
||||||
"dbgate": "./bin/dbgate.js"
|
"dbgate": "./bin/dbgate-serve.js"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"sql",
|
"sql",
|
||||||
@ -21,6 +21,7 @@
|
|||||||
"dbgate-api": "^4.1.1",
|
"dbgate-api": "^4.1.1",
|
||||||
"dbgate-web": "^4.1.1",
|
"dbgate-web": "^4.1.1",
|
||||||
"dbgate-plugin-csv": "^4.1.1",
|
"dbgate-plugin-csv": "^4.1.1",
|
||||||
|
"dbgate-plugin-xml": "^4.1.1",
|
||||||
"dbgate-plugin-excel": "^4.1.1",
|
"dbgate-plugin-excel": "^4.1.1",
|
||||||
"dbgate-plugin-mongo": "^4.1.1",
|
"dbgate-plugin-mongo": "^4.1.1",
|
||||||
"dbgate-plugin-mysql": "^4.1.1",
|
"dbgate-plugin-mysql": "^4.1.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user