feat: vite

This commit is contained in:
CaIon
2024-03-23 19:09:09 +08:00
parent 7dc717380d
commit 80695f3c05
8 changed files with 73 additions and 12 deletions
+2 -2
View File
@@ -20,10 +20,10 @@ import (
_ "net/http/pprof"
)
//go:embed web/build
//go:embed web/dist
var buildFS embed.FS
//go:embed web/build/index.html
//go:embed web/dist/index.html
var indexPage []byte
func main() {