mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
21 lines
325 B
JSON
21 lines
325 B
JSON
{
|
|
"terminals": [
|
|
{
|
|
"splitTerminals": [
|
|
{
|
|
"name": "lib",
|
|
"commands": ["yarn lib"]
|
|
},
|
|
{
|
|
"name": "web",
|
|
"commands": ["yarn start:web"]
|
|
},
|
|
{
|
|
"name": "api",
|
|
"commands": ["yarn start:api"]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|