mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
v5.0.7-beta.2
This commit is contained in:
parent
755781bca6
commit
51fa652851
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "5.0.7-beta.1",
|
"version": "5.0.7-beta.2",
|
||||||
"name": "dbgate-all",
|
"name": "dbgate-all",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*",
|
"packages/*",
|
||||||
@ -10,12 +10,10 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"start:api": "yarn workspace dbgate-api start",
|
"start:api": "yarn workspace dbgate-api start",
|
||||||
"start:app": "cd app && yarn start",
|
"start:app": "cd app && yarn start",
|
||||||
|
|
||||||
"start:api:debug": "cross-env DEBUG=* yarn workspace dbgate-api start",
|
"start:api:debug": "cross-env DEBUG=* yarn workspace dbgate-api start",
|
||||||
"start:app:debug": "cd app && cross-env DEBUG=* yarn start",
|
"start:app:debug": "cd app && cross-env DEBUG=* yarn start",
|
||||||
"start:api:debug:ssh": "cross-env DEBUG=ssh yarn workspace dbgate-api start",
|
"start:api:debug:ssh": "cross-env DEBUG=ssh yarn workspace dbgate-api start",
|
||||||
"start:app:debug:ssh": "cd app && cross-env DEBUG=ssh yarn start",
|
"start:app:debug:ssh": "cd app && cross-env DEBUG=ssh yarn start",
|
||||||
|
|
||||||
"start:api:portal": "yarn workspace dbgate-api start:portal",
|
"start:api:portal": "yarn workspace dbgate-api start:portal",
|
||||||
"start:api:singledb": "yarn workspace dbgate-api start:singledb",
|
"start:api:singledb": "yarn workspace dbgate-api start:singledb",
|
||||||
"start:web": "yarn workspace dbgate-web dev",
|
"start:web": "yarn workspace dbgate-web dev",
|
||||||
|
Loading…
Reference in New Issue
Block a user