blob: 675b16d9286fa2b8c00c8bae5b1470f3536bbbd4 [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