started with serve command, yet incomplete

This commit is contained in:
2024-12-20 18:59:59 +01:00
committed by T.v.Dein
parent 37ca653461
commit 7bc30da609
8 changed files with 305 additions and 1 deletions

View File

@@ -15,4 +15,5 @@ type Config struct {
DB *app.DB
File string
Tags []string
Listen string
}