[hw-8] add: repo layer

This commit is contained in:
3ybactuk
2025-07-25 23:04:31 +03:00
committed by 3ybacTuK
parent c1e8934646
commit 6420eaf3d7
25 changed files with 4194 additions and 6 deletions

View File

@@ -97,3 +97,6 @@ notifier-generate:
comments-generate:
$(call generate,comments)
mkdir -p "api/openapiv2"
$(foreach f,$(shell find api/comments/v1 -type f -name '*.proto'),$(call proto_gen,$(f),comments))
cd comments && go mod tidy