docs/.fleet/run.json

17 lines
360 B
JSON

{
"configurations": [
{
"type": "command",
"name": "Rebuild",
"program": "poetry",
"args": ["run", "mkdocs", "build"],
},
{
"type": "command",
"name": "Serve",
"program": "poetry",
"args": ["run", "mkdocs", "serve"],
},
]
}