diff options
Diffstat (limited to 'frontend/Makefile')
| -rw-r--r-- | frontend/Makefile | 3 |
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 |
