refactor: rename submodule

This commit is contained in:
Vyacheslav1557 2025-04-12 20:05:04 +05:00
parent 4fb0b80f24
commit 360f1aaecc
6 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
tag = latest
gen:
@oapi-codegen --config=config.yaml ./proto/tester/v1/openapi.yaml
@oapi-codegen --config=config.yaml ./contracts/tester/v1/openapi.yaml
dev: gen
@go run main.go
build: gen