Skip to content

Commit

Permalink
Merge pull request #902 from NUTFes/feat/kubosaka/intro-orval-generate
Browse files Browse the repository at this point in the history
swrとorval導入
Kubosaka authored Jan 8, 2025
2 parents 997ccae + c085079 commit 5e3f6ae
Showing 154 changed files with 13,137 additions and 849 deletions.
9 changes: 8 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -73,9 +73,16 @@ ent-db:
run-eslint:
docker compose exec view npm run lint

generate-openapi:
gen:
make gen-api
make gen-front-api

gen-api:
docker compose run --rm api oapi-codegen -config /openapi/config.yaml /openapi/openapi.yaml

gen-front-api:
docker compose run --rm view npx orval

run-swagger:
docker compose -f compose.swagger.yml up -d

Loading

0 comments on commit 5e3f6ae

Please sign in to comment.