Add frontend launch config

This commit is contained in:
Phillip Kühne 2023-09-29 22:51:38 +00:00
parent 2cf48e5904
commit 76a17874ef
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA

6
.vscode/launch.json vendored
View File

@ -4,6 +4,12 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{
"command": "npm start",
"name": "Run npm start",
"request": "launch",
"type": "node-terminal"
},
{ {
"preLaunchTask": "mariadb", "preLaunchTask": "mariadb",
"name": "Python: Flask", "name": "Python: Flask",