chat-app/.vscode/tasks.json

17 lines
272 B
JSON
Raw Normal View History

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