about summary refs log tree commit diff stats
path: root/frontend/embedded.go
blob: 5310d65672ce9052d7f06fbcd7cf932a6db25814 (plain)
1
2
3
4
5
6
7
8
//go:build embed

package frontend

import "embed"

//go:embed *
var Files embed.FS