mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-13 21:32:23 +00:00
13 lines
157 B
JSON
13 lines
157 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Test Site Locally",
|
|
"command": "make",
|
|
"args": [
|
|
"serve"
|
|
],
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
} |