docs/.fleet/run.json
2023-06-10 01:50:56 +06:00

17 lines
334 B
JSON

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