diff --git a/web/dist.go b/web/dist.go index 8d0c7ee05..57d80d1bb 100644 --- a/web/dist.go +++ b/web/dist.go @@ -30,6 +30,9 @@ import ( //go:embed dist/* var UI embed.FS +//go:embed * +var _ embed.FS + var remoteEntryContent []byte var fileMap map[string]bool