felicity-lims/.vscode/tasks.json
Aurthur Musendame 9352b91fac formated code
2024-02-16 17:48:19 +02:00

12 lines
No EOL
168 B
JSON

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