diff --git a/backend/frontend/frontend.go b/backend/frontend/frontend.go index 79f480c..564159d 100644 --- a/backend/frontend/frontend.go +++ b/backend/frontend/frontend.go @@ -5,6 +5,7 @@ package frontend import "embed" //go:embed build/* +//go:embed all:build/_app var content embed.FS // GetEmbededFS returns the embeded file system that contains the frontend