This commit is contained in:
Martino Ferrari
2026-04-25 22:56:09 +02:00
parent 8b548ba1c2
commit 986f6cd6d8
85 changed files with 11479 additions and 5050 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
// Package web provides the embedded frontend assets built by Vite.
// Run `npm run build` inside the web/ directory before building the binary.
// Package web provides the embedded frontend assets.
// Run `make frontend` (or `make all`) to rebuild before compiling the binary.
package web
import "embed"