feat: adjust sample to mvp (#1)
CD / Create tag (push) Successful in 12s
CD / Build and push (amd64) (push) Successful in 1m38s
CD / Create manifest (push) Successful in 7s

Reviewed-on: #1
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #1.
This commit is contained in:
2026-05-17 14:39:46 +02:00
committed by t.behrendt
parent efe2b34116
commit bc8e7e10e1
54 changed files with 6697 additions and 24 deletions
+7
View File
@@ -14,6 +14,7 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
lcov.info
# Dependency directories (remove the comment below to include it)
# vendor/
@@ -25,3 +26,9 @@ go.work.sum
# env file
.env
# vendor directory
vendor/
# build artifacts
main
__debug_bin*