Reorganize Go project layout

This commit is contained in:
2026-03-30 20:01:19 -04:00
parent e92644cf72
commit ded36aa0e0
41 changed files with 14465 additions and 182 deletions

View File

@ -0,0 +1,8 @@
package assets
import "embed"
// FS contains the embedded web UI assets.
//
//go:embed pub webfonts templates/*.html
var FS embed.FS