summaryrefslogtreecommitdiffstats
path: root/internal/assets/assets.go
blob: 827f15c1f9646ed1bfc4245865428cd562778a95 (plain) (blame)
1
2
3
4
5
6
package assets

import "embed"

//go:embed web/templates/index.html web/static/*
var FS embed.FS