We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a00e04 commit 6bcf557Copy full SHA for 6bcf557
portal-ui/build/assets.go
@@ -21,6 +21,7 @@ import "embed"
21
//go:embed *
22
var fs embed.FS
23
24
+// GetStaticResources returns the fs with the embedded assets
25
func GetStaticAssets() embed.FS {
26
return fs
27
}
0 commit comments