homeservice/.vscode/tasks.json
Thomas Klaehn 89a78993b5 Add sauna
2023-01-31 12:08:09 +01:00

14 lines
213 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"path": "webui",
"group": "build",
"problemMatcher": [],
"label": "npm: build - webui",
"detail": "vite build"
}
]
}