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",

View File

@ -9,8 +9,6 @@
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"emmet.includeLanguages": {
"django-html": "html"
}

1
.vscode/tasks.json vendored
View File

@ -23,7 +23,6 @@
"type": "shell",
"command": "docker-compose -f docker-compose.yml up --remove-orphans",
"isBackground": true,
"activeOnStart": false
}
]
}