a11yist/.vscode/tasks.json

11 lines
150 B
JSON
Raw Normal View History

2024-07-22 21:47:06 +02:00
{
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"command": "dev",
"label": "dev",
"isBackground": true
}
]
}