mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -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"
|
"group": "test"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Dev: Start local Backend",
|
"label": "Dev: Start Backend",
|
||||||
"command": "make backend",
|
"command": "make backend",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"presentation": {
|
"presentation": {
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Dev: Start local Frontend",
|
"label": "Dev: Start Frontend",
|
||||||
"command": "make vue",
|
"command": "make vue",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"presentation": {
|
"presentation": {
|
||||||
|
@ -42,6 +42,16 @@
|
||||||
"group": "groupA"
|
"group": "groupA"
|
||||||
},
|
},
|
||||||
"problemMatcher": []
|
"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