feat: add content repository example
This commit is contained in:
+33
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "easy-slides: preview current deck",
|
||||
"type": "shell",
|
||||
"command": "pnpm",
|
||||
"args": ["dev", "--", "${file}"],
|
||||
"isBackground": true,
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "easy-slides: present current deck",
|
||||
"type": "shell",
|
||||
"command": "pnpm",
|
||||
"args": ["present", "--", "${file}"],
|
||||
"isBackground": true,
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "easy-slides: check",
|
||||
"type": "shell",
|
||||
"command": "pnpm check",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "easy-slides: build",
|
||||
"type": "shell",
|
||||
"command": "pnpm build",
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user