chore: cleanup codegen (#965)

This commit is contained in:
Stavros
2026-07-02 23:35:34 +03:00
committed by GitHub
parent a3c4d6ac83
commit 440a3a3ef5
10 changed files with 11 additions and 9 deletions
+1 -2
View File
@@ -93,8 +93,7 @@ sql:
# Go gen
generate:
go run ./gen
go generate ./internal/repository/...
go generate ./...
# Docker image
docker: