This commit is contained in:
Michael
2026-04-29 20:11:57 +02:00
commit a14103ad8e
167 changed files with 7060 additions and 0 deletions

6
app/embed.go Normal file
View File

@ -0,0 +1,6 @@
package static
import "embed"
//go:embed internal/view/front/src/* internal/view/front/public
var TemplatesFS embed.FS