added proto generation commands

This commit is contained in:
Stephan D
2026-02-11 10:40:12 +01:00
parent 9b97ebfa6c
commit 274035ed6d
2 changed files with 23 additions and 4 deletions

View File

@@ -73,10 +73,13 @@ make build-api # notification, bff
make build-frontend # Flutter web UI
```
### Protobuf Generation
### Code Generation
```bash
make proto
make generate # Generate all code (protobuf + Flutter)
make generate-api # Generate protobuf code only
make generate-frontend # Generate Flutter code only (build_runner)
make proto # Alias for generate-api
```
### Testing