Some checks failed
部署文档 / build (push) Failing after 2s
Thanks to the following contributors: - @snowykami - @frg2089 - Nya_Twisuki
17 lines
281 B
JSON
17 lines
281 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "npm",
|
|
"script": "docs:dev",
|
|
"problemMatcher": [],
|
|
"label": "npm: docs:dev",
|
|
"detail": "vuepress-vite dev src",
|
|
"isBackground": true,
|
|
"runOptions": {
|
|
"runOn": "folderOpen",
|
|
"instanceLimit": 1
|
|
}
|
|
}
|
|
]
|
|
} |