Files
n3wt-school/.vscode/tasks.json
2025-05-29 15:09:22 +02:00

14 lines
233 B
JSON

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