ovdashboard/ui/.vscode/tasks.json

14 lines
162 B
JSON
Raw Normal View History

2022-09-09 16:13:04 +00:00
{
"version": "2.0.0",
"tasks": [
{
"label": "Vue UI",
"type": "shell",
"command": "vue",
"args": [
"ui"
],
"problemMatcher": []
}
]
}