revert: hide web embed

This commit is contained in:
Xiangyuan Liu 2024-06-13 18:28:47 +08:00
parent c993ab2746
commit b82582cb42
No known key found for this signature in database
GPG Key ID: A2FCA5A37FC0F888

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() {