AIchat/.vscode/tasks.json
2025-05-16 16:38:21 +08:00

17 lines
272 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "uni:h5",
"type": "npm",
"script": "dev --devtools",
"isBackground": true,
"problemMatcher": "$vite",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}