properly organize and configure gloom
This commit is contained in:
11
embed_nogloomi.go
Normal file
11
embed_nogloomi.go
Normal file
@@ -0,0 +1,11 @@
|
||||
//go:build !gloomi
|
||||
// +build !gloomi
|
||||
|
||||
package main
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed schema.sql dist/host
|
||||
var embeddedAssets embed.FS
|
||||
|
||||
var defaultConfig = []byte("# no plugins to preload in this build\n")
|
||||
Reference in New Issue
Block a user