payit/web/embed.go

8 lines
166 B
Go

package webassets
import "embed"
// Assets bundles HTML templates and static files for the checkout UI.
//
//go:embed templates/*.html static/*
var Assets embed.FS