Skip to content

Commit 94253ed

Browse files
committed
fix: Update embed directive to include all files in the dist directory
1 parent 8639a39 commit 94253ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/frontend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package frontend
22

33
import "embed"
44

5-
//go:embed dist/*
5+
//go:embed all:dist
66
var StaticFS embed.FS

0 commit comments

Comments
 (0)