feat: add central config package

This commit is contained in:
2026-05-26 15:38:08 +02:00
parent 82072b256d
commit 26ff84d70f
2 changed files with 93 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package config
import "go.uber.org/fx"
var Module = fx.Options(
fx.Provide(Load),
)