ucap-lg-web/.vscode/tasks.json

16 lines
297 B
JSON
Raw Normal View History

2020-03-27 08:43:47 +00:00
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build:main:dev",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}