//go:build frontend package ui import "embed" //go:generate tsc //go:generate cp index.html style.css static //go:embed static var content embed.FS