mercury/frontend/embed.go
2023-09-03 00:23:48 +02:00

6 lines
69 B
Go

package frontend
import "embed"
//go:embed dist
var Embed embed.FS