forked from TrueCloudLab/frostfs-node
19 lines
318 B
JSON
19 lines
318 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"type": "shell",
|
||
|
"label": "env-up",
|
||
|
"command": "make env-up",
|
||
|
"group": "build",
|
||
|
"detail": "Up debug environment"
|
||
|
},
|
||
|
{
|
||
|
"type": "shell",
|
||
|
"label": "env-down",
|
||
|
"command": "make env-down",
|
||
|
"group": "build",
|
||
|
"detail": "Down debug environment"
|
||
|
}
|
||
|
]
|
||
|
}
|