gerbil/.vscode/tasks.json

13 lines
232 B
JSON
Executable file

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