We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8639a39 commit 94253edCopy full SHA for 94253ed
1 file changed
frontend/frontend.go
@@ -2,5 +2,5 @@ package frontend
2
3
import "embed"
4
5
-//go:embed dist/*
+//go:embed all:dist
6
var StaticFS embed.FS
0 commit comments