Initial commit

This commit is contained in:
Martino Ferrari
2026-04-24 15:09:14 +02:00
commit 9aa89cc0cf
34 changed files with 3378 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
// Package web provides the embedded frontend assets built by Vite.
// Run `npm run build` inside the web/ directory before building the binary.
package web
import "embed"
//go:embed dist
var FS embed.FS