fix: embed all files of dist

This commit is contained in:
Andy Hsu
2024-02-03 19:44:50 +08:00
parent 812f58ae6d
commit da5e35578a
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@ package public
import "embed"
//go:embed dist
//go:embed all:dist
var Public embed.FS