Files
Martino Ferrari 986f6cd6d8 Phase 6
2026-04-25 22:56:09 +02:00

9 lines
194 B
Go

// Package web provides the embedded frontend assets.
// Run `make frontend` (or `make all`) to rebuild before compiling the binary.
package web
import "embed"
//go:embed dist
var FS embed.FS