blogs/.vscode/tasks.json
2025-06-13 00:08:44 +08:00

17 lines
272 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "dev",
"problemMatcher": [],
"label": "pnpm: dev",
"detail": "vuepress-vite dev src",
"isBackground": true,
"runOptions": {
"runOn": "folderOpen",
"instanceLimit": 1
}
}
]
}