make runnable
Some checks failed
CI / Test (pull_request) Failing after 19s

This commit is contained in:
2025-07-15 20:38:03 +02:00
parent 37327b5ce4
commit a979cdd715
5 changed files with 142 additions and 34 deletions

View File

@@ -1,3 +1,6 @@
# generates the outline api in typescript from schemas/outline.json using openapi-generator
generate-outline-api:
npx @openapitools/openapi-generator-cli generate -i schemas/outline.json -g typescript-fetch -o src/gen/api/outline
start:
bun run start