unilab-prints/.vscode/tasks.json
2025-05-21 14:51:34 +02:00

13 lines
185 B
JSON

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