mirror of
https://github.com/copier-org/copier.git
synced 2025-05-05 15:32:54 +00:00
15 lines
315 B
JSON
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": []
|
|
}
|
|
]
|
|
}
|