homeservice/.vscode/tasks.json

14 lines
215 B
JSON
Raw Normal View History

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