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