Files
2025-07-28 22:43:55 +01:00

17 lines
217 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "dev",
"type": "shell",
"command": "npm",
"args": [
"run",
"dev"
],
"group": "build",
"isBackground": true,
"problemMatcher": []
}
]
}