base node

This commit is contained in:
2025-07-15 17:55:29 +02:00
parent 1d8834f73e
commit dd4a0344ef
5 changed files with 306 additions and 122 deletions

3
Makefile Normal file
View File

@@ -0,0 +1,3 @@
# 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