mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
add docs server to tasks
This commit is contained in:
parent
0e922903b1
commit
8c243447b7
1 changed files with 12 additions and 2 deletions
14
.vscode/tasks.json
vendored
14
.vscode/tasks.json
vendored
|
@ -24,7 +24,7 @@
|
|||
"group": "test"
|
||||
},
|
||||
{
|
||||
"label": "Dev: Start local Backend",
|
||||
"label": "Dev: Start Backend",
|
||||
"command": "make backend",
|
||||
"type": "shell",
|
||||
"presentation": {
|
||||
|
@ -34,7 +34,7 @@
|
|||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Dev: Start local Frontend",
|
||||
"label": "Dev: Start Frontend",
|
||||
"command": "make vue",
|
||||
"type": "shell",
|
||||
"presentation": {
|
||||
|
@ -42,6 +42,16 @@
|
|||
"group": "groupA"
|
||||
},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Dev: Start Docs Server",
|
||||
"command": "make mdocs",
|
||||
"type": "shell",
|
||||
"presentation": {
|
||||
"reveal": "always",
|
||||
"group": "groupA"
|
||||
},
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue