copier/.vscode/tasks.json
2025-04-22 12:20:23 +02:00

15 lines
315 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "local docs server",
"type": "process",
"command": "uv",
"args": ["run", "poe", "docs"],
"problemMatcher": []
}
]
}