mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
c3e71c5c7d
Co-authored-by: Mike Sawka <sawka@users.noreply.github.com> Co-authored-by: sawka <mike.sawka@gmail.com>
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"
|
|
}
|
|
}
|
|
]
|
|
}
|