Merge branch 'legacy' into new_frontend

This commit is contained in:
2022-09-23 22:38:30 +02:00
42 changed files with 72 additions and 500 deletions

7
.vscode/tasks.json vendored
View File

@ -4,6 +4,13 @@
"version": "2.0.0",
"tasks": [
{
"label": "versiondump",
"type": "shell",
"command": "echo \"$(git rev-parse --abbrev-ref HEAD)-$(git describe)\"> ${workspaceFolder}/backend/.version",
"problemMatcher": []
},
{
"label": "Start Frontend",
"type": "npm",
"script": "start",
"path": "frontend/ng-karaoqueue/",