ChurchAngular/.vscode/tasks.json
2022-09-30 10:53:48 -07:00

16 lines
283 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [],
"label": "npm: build",
"detail": "ng build --output-path E:\\Project\\iRehemaMVC\\iRehema\\ClientApp"
}
]
}