dockerfile builds
This commit is contained in:
+4
-1
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user