Initial commit

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Christoph K.
2026-03-21 15:03:55 +01:00
commit dfd66e43c6
78 changed files with 6219 additions and 0 deletions

9
backend/static/embed.go Executable file
View File

@@ -0,0 +1,9 @@
package static
import "embed"
// FS enthält die eingebetteten Frontend-Dateien (nach vite build).
// In Entwicklung ist dieser FS leer (nur .gitkeep).
//
//go:embed all:*
var FS embed.FS