mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
19 lines
410 B
JSON
19 lines
410 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "Start Storybook",
|
||
|
"type": "shell",
|
||
|
"command": "yarn storybook",
|
||
|
"presentation": {
|
||
|
"reveal": "silent",
|
||
|
"panel": "shared"
|
||
|
},
|
||
|
"runOptions": {
|
||
|
"instanceLimit": 1,
|
||
|
"runOn": "folderOpen"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|