Files
auditly/.vscode/tasks.json

16 lines
221 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "start-dev",
"type": "shell",
"command": "bun run dev",
"args": [],
"isBackground": true,
"problemMatcher": [
"$tsc"
],
"group": "build"
}
]
}