diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-02 21:30:34 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-02 21:30:34 +0200 |
| commit | 5dfd71bfe1c0e25da413f00256a302b13c88d26d (patch) | |
| tree | ccf3adc4ac0a6caea36ff58f50fa929862a5bc08 /main.go | |
| parent | 1e915322be3c370a682687614442c7853287b962 (diff) | |
perf(backend): generate content during load
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -56,6 +56,8 @@ func init() { func main() { flag.Parse() + backend.SetupLogger(dev) + cfg, ok := backend.LoadConfig(configFile) if !ok { slog.Info("exiting") |
