mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-23 08:48:28 +00:00
Co-authored-by: Mike Sawka <sawka@users.noreply.github.com> Co-authored-by: sawka <mike.sawka@gmail.com>
18 lines
410 B
JSON
18 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"
|
|
}
|
|
}
|
|
]
|
|
}
|