Files
2026-07-20 21:03:05 +02:00

9 lines
152 B
Go

package web
import "embed"
// Files contains the self-contained web UI and public schemas.
//
//go:embed templates/*.html static/*
var Files embed.FS