revert: hide web embed

This commit is contained in:
Xiangyuan Liu
2024-06-13 18:28:47 +08:00
parent c993ab2746
commit b82582cb42

View File

@@ -20,10 +20,10 @@ import (
_ "net/http/pprof" _ "net/http/pprof"
) )
// /go:embed web/dist //go:embed web/dist
var buildFS embed.FS var buildFS embed.FS
// /go:embed web/dist/index.html //go:embed web/dist/index.html
var indexPage []byte var indexPage []byte
func main() { func main() {