Files
uopi/web/embed.go
T
Martino Ferrari 9aa89cc0cf Initial commit
2026-04-24 15:09:14 +02:00

9 lines
206 B
Go

// 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