Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist/
lib/
node_modules/
src/api.ts
2 changes: 0 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1091,8 +1091,6 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/ZodResponse"
"401":
description: Invalid or missing API key
"500":
description: Internal server error

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"apigen": "openapi-typescript ./openapi.yaml --output src/api.ts",
"build": "npx genversion -des src/version.ts && pnpm apigen && tsc --project tsconfig.build.json",
"octomind": "tsx src/index.ts",
"test": "npx genversion -des src/version.ts && jest",
"test": "pnpm apigen && npx genversion -des src/version.ts && jest",
"test:watch": "npx genversion -e src/version.ts && jest --watch"
},
"keywords": [],
Expand Down
Loading