fix: move buf to proto dir so submodules get the same deps
All checks were successful
Check / check (push) Successful in 1m35s

This commit is contained in:
2025-05-16 18:35:48 -04:00
parent 39959f041d
commit 32ac21afd2
6 changed files with 15 additions and 5 deletions

View File

@ -42,7 +42,7 @@ It's that simple. If you're feeling fancy, install [direnv](https://direnv.net/)
- `nix flake check`: runs all validations
- `buf lint` & `buf generate`: lints and generates code from protocol buffers
- `buf lint proto` & `buf generate`: lints and generates code from protocol buffers
- `sqlc vet` & `sqlc generate`: verifies and generates code from SQL files