feat(m6): CSV export, Makefile, README, single-binary build

This commit is contained in:
2026-04-30 16:48:44 +02:00
parent 4a328ad6cc
commit 2055a46dee
4 changed files with 289 additions and 0 deletions

View File

@@ -49,6 +49,9 @@ func NewRouter(
syncH := NewSyncHandler(syncStore)
syncH.Routes(r)
exportH := NewExportHandler(entrySvc, daySvc, weekSvc)
exportH.Routes(r)
})
// Serve embedded SPA if available (production build)