// Package web embeds static assets for the KAOS dashboard. package web import "embed" // StaticFS contains embedded static files (htmx, sortable, css). // //go:embed static/* var StaticFS embed.FS