mirror of
https://github.com/MizuchiLabs/mantrae.git
synced 2025-12-16 20:05:17 -06:00
cleanup protocols
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user