mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-02 08:11:41 +02:00
VSCode configuration for frontend
This commit is contained in:
7
frontend/ng-karaoqueue/.vscode/tasks.json
vendored
7
frontend/ng-karaoqueue/.vscode/tasks.json
vendored
@ -14,6 +14,13 @@
|
||||
"script": "build",
|
||||
"group": "build",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"type": "npm",
|
||||
"script": "serve",
|
||||
"problemMatcher": [
|
||||
"$tsc"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user