Füge erweiterte SQL-Abfragen und Logging in ProduceWorker hinzu: Implementiere Update- und Insert-Logik für das Inventar und verbessere die Fehlerausgaben.
This commit is contained in:
10
.vscode/tasks.json
vendored
10
.vscode/tasks.json
vendored
@@ -12,6 +12,16 @@
|
||||
"type": "shell",
|
||||
"command": "cargo build",
|
||||
"group": "build"
|
||||
},
|
||||
{
|
||||
"label": "Build YpDaemon",
|
||||
"type": "shell",
|
||||
"command": "cargo build",
|
||||
"isBackground": false,
|
||||
"problemMatcher": [
|
||||
"$rustc"
|
||||
],
|
||||
"group": "build"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user