// Package web embeds the static assets (CSS, JS) and compiled Templ // templates served by the orchestrator's HTTP routes. package web import "embed" //go:embed static/* var Static embed.FS //go:embed register/*.tmpl var Register embed.FS