fix: initialize globals.Config

This commit is contained in:
Jonathan Barrow 2026-01-26 13:52:50 -05:00
parent 01ee8a37d7
commit 0ee8d52fe1
No known key found for this signature in database
GPG Key ID: 2A7DAA6DED5A77E5

View File

@ -16,4 +16,4 @@ type config struct {
EnableBella bool `envconf:"optional"`
}
var Config *config
var Config *config = &config{}