chore: separate backend from frontend
Some checks failed
Publish Docker Images / build-and-publish (push) Failing after 8m46s

This commit is contained in:
2025-11-15 12:46:24 +01:00
parent 9f1d4db0de
commit fc1a5e3ac7
86 changed files with 133 additions and 14721 deletions

6
.tarpaulin.ci.toml Normal file
View File

@@ -0,0 +1,6 @@
[all]
out = ["Xml"]
target-dir = "coverage"
output-dir = "coverage"
fail-under = 60
exclude-files = ["target/*"]