chore: clean up server entrypoints and add user CLI tool

This commit is contained in:
2026-05-05 16:06:06 +02:00
parent c50258c476
commit 5cc506c256
4 changed files with 127 additions and 92 deletions

2
go.mod
View File

@@ -16,7 +16,7 @@ require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/klauspost/compress v1.17.4 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sync v0.20.0 // direct
golang.org/x/sys v0.43.0 // indirect
golang.org/x/text v0.36.0 // indirect
)