homeservice/.vscode/tasks.json

14 lines
213 B
JSON
Raw Permalink Normal View History

2023-01-30 12:29:26 +00:00
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
2023-01-30 14:54:49 +00:00
"path": "webui",
2023-01-30 12:29:26 +00:00
"group": "build",
"problemMatcher": [],
2023-01-30 14:54:49 +00:00
"label": "npm: build - webui",
2023-01-30 12:29:26 +00:00
"detail": "vite build"
}
]
}