Skip to content

Commit

Permalink
api: Reference AI Runner schema instead of duplicating
Browse files Browse the repository at this point in the history
  • Loading branch information
victorges committed Sep 13, 2024
1 parent 8ca448b commit 05aab24
Show file tree
Hide file tree
Showing 6 changed files with 984 additions and 375 deletions.
1 change: 1 addition & 0 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"prepare:type-check": "tsc --pretty --noEmit",
"prepare": "run-s compile-schemas && run-p \"prepare:**\"",
"compile-schemas": "node -r esm src/schema/compile-schemas.js",
"pull-ai-schema": "node -r esm src/schema/pull-ai-schema.js",
"dev-server": "run-s compile-schemas && node dist/cli.js",
"redoc": "nodemon -w src/schema/schema.yaml -x npm run prepare:redoc",
"siserver": "nodemon -w dist -x node -r esm dist/stream-info-service.js -e js,yaml",
Expand Down
Loading

0 comments on commit 05aab24

Please sign in to comment.