Fixes vite warnings & improves pipeline

This commit is contained in:
Henning Dieterichs
2026-02-26 19:52:42 +01:00
committed by Henning Dieterichs
parent 80de3ee6d2
commit 0a01b4f5ae
4 changed files with 37 additions and 31 deletions

5
.vscode/tasks.json vendored
View File

@@ -385,6 +385,11 @@
"file": 1,
"line": 2,
"column": 3
},
"background": {
"activeOnStart": true,
"beginsPattern": ".*Setting up sessions.*",
"endsPattern": "Redirection server listening on.*"
}
}
}