diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-31 21:02:40 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-31 22:20:11 +0900 |
| commit | 3840c6d8e4261f182657b11ba55f61da04d70b28 (patch) | |
| tree | 253a3094f3606682982b91b9be7a03f1e4b3f723 /Makefile | |
| parent | d9971c0443fae16af1e003c920f1347c9233b5ac (diff) | |
| download | phperkaigi-2025-albatross-3840c6d8e4261f182657b11ba55f61da04d70b28.tar.gz phperkaigi-2025-albatross-3840c6d8e4261f182657b11ba55f61da04d70b28.tar.zst phperkaigi-2025-albatross-3840c6d8e4261f182657b11ba55f61da04d70b28.zip | |
feat: implement /admin/games and /admin/games/{gameId}
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -52,6 +52,9 @@ initdb: make psql-query < ./backend/schema.sql make psql-query < ./backend/fixtures/dev.sql +.PHONY: openapi +openapi: oapi-codegen openapi-typescript + .PHONY: oapi-codegen oapi-codegen: cd backend; make oapi-codegen |
