fix production build

This commit is contained in:
Samuel Newman
2026-05-25 17:20:16 +03:00
parent fd2147919d
commit 2415343512
7 changed files with 91 additions and 67 deletions
+4 -1
View File
@@ -2,7 +2,10 @@ package bskyweb
import "embed"
//go:embed static/*
// `all:` disables the default exclusion of files/dirs beginning with `_` or `.`,
// which is needed because Metro emits chunks like `__common-...js` and
// `__expo-metro-runtime-...js`.
//go:embed all:static
var StaticFS embed.FS
//go:embed embedr-static/*