package static import "embed" // FS holds the compiled Vue frontend. Populated by the Docker build: // the web-builder stage outputs to apps/api/static/dist before go build runs. // //go:embed dist var FS embed.FS