Files
EveretVJ/.vscode/tasks.json
2025-11-04 18:30:55 +01:00

13 lines
206 B
JSON

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