embed frontend

This commit is contained in:
0xJacky 2022-02-18 00:01:27 +08:00
parent 882fe8c074
commit d09f484790
86 changed files with 884 additions and 12326 deletions

6
frontend/frontend.go Normal file
View file

@ -0,0 +1,6 @@
package frontend
import "embed"
//go:embed dist
var DistFS embed.FS