docs/.fleet/run.json

17 lines
334 B
JSON
Raw Normal View History

2023-06-09 19:50:56 +00:00
{
"configurations": [
{
"type": "command",
"name": "Rebuild",
"program": "mkdocs",
"args": ["build"],
},
{
"type": "command",
"name": "Serve",
"program": "mkdocs",
"args": ["serve"],
},
]
}