uni-qnc-mini/.vscode/tasks.json

17 lines
272 B
JSON
Raw Normal View History

2024-11-18 14:21:31 +08:00
{
"version": "2.0.0",
"tasks": [
{
"label": "uni:h5",
"type": "npm",
"script": "dev --devtools",
"isBackground": true,
"problemMatcher": "$vite",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}