17 lines
272 B
JSON
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
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|