cleanup protocols

This commit is contained in:
d34dscene
2025-07-29 18:47:45 +02:00
parent 1cdf1d4751
commit 55c37e2e21
94 changed files with 3616 additions and 4161 deletions

View File

@@ -40,6 +40,14 @@ tasks:
- go get -u ./...
- cd web && pnpm update --latest
#  Generate code
gen:
desc: Generate sqlc and buf
cmds:
- buf generate --clean
- sqlc generate
- go run -tags dev main.go -zod
#  Build binary
build:
desc: Build Go binary