1
1
mirror of https://github.com/bitgapp/eqMac.git synced 2024-11-25 20:51:06 +03:00
eqMac/ui/.vscode/tasks.json

15 lines
236 B
JSON
Raw Normal View History

2020-04-04 21:15:38 +03:00
{
"version": "2.0.0",
"tasks": [
{
"identifier": "ng serve",
"type": "npm",
"script": "start",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}