blob: 8703082ab7b4cb7e6d9861d2ee21dfa6ccae2c2c [file] [log] [blame]
package configs
import (
"embed" // Enable go:embed.
)
// Configs is a filesystem with all the config files.
//go:embed *.json
var Configs embed.FS