Everything working.

This commit is contained in:
2023-09-29 23:37:34 +00:00
parent 76a17874ef
commit 2aec7a3cff
11 changed files with 340 additions and 349 deletions

3
.vscode/launch.json vendored
View File

@ -8,7 +8,8 @@
"command": "npm start",
"name": "Run npm start",
"request": "launch",
"type": "node-terminal"
"type": "node-terminal",
"cwd": "${workspaceFolder}/frontend/ng-karaoqueue"
},
{
"preLaunchTask": "mariadb",