aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-28 02:11:30 +0900
committernsfisis <nsfisis@gmail.com>2024-07-28 02:11:30 +0900
commit7468748c141943fa000edea4098d54bf3cdff55e (patch)
treec381d9479e3542e13512c696ad0859b141f51549 /frontend/Makefile
parent6603d3ea5a54647e8eda8ec253835eb7a36e5eb2 (diff)
downloadphperkaigi-2025-albatross-7468748c141943fa000edea4098d54bf3cdff55e.tar.gz
phperkaigi-2025-albatross-7468748c141943fa000edea4098d54bf3cdff55e.tar.zst
phperkaigi-2025-albatross-7468748c141943fa000edea4098d54bf3cdff55e.zip
frontend: openapi
Diffstat (limited to 'frontend/Makefile')
-rw-r--r--frontend/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/Makefile b/frontend/Makefile
new file mode 100644
index 0000000..17dd690
--- /dev/null
+++ b/frontend/Makefile
@@ -0,0 +1,3 @@
+.PHONY: openapi-typescript
+openapi-typescript:
+ npx --no-install openapi-typescript --path-params-as-types --output ./app/.server/api/schema.d.ts ../openapi.yaml