nginx-ui/frontend/frontend.go
2022-02-18 00:01:27 +08:00

6 lines
70 B
Go

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