alguidelines/.vscode/tasks.json
2022-03-01 22:17:44 +00:00

11 lines
No EOL
215 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Start local Hugo server",
"type": "shell",
"command": "hugo serve",
"problemMatcher": []
}
]
}