Skip to content

Commit 79f89fe

Browse files
jellydnclaude
andcommitted
fix: remove broken @hey-api/client-fetch plugin reference
CRITICAL FIX: Remove plugins line referencing deleted @hey-api/client-fetch package - @hey-api/client-fetch was removed from dependencies but config still referenced it - In @hey-api/openapi-ts ≥0.73.0, fetch client is bundled by default - Removing plugins line uses default fetch client configuration - SDK generation, tests, and TypeScript compilation all work correctly This resolves the blocking configuration conflict that would break SDK generation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent f72631e commit 79f89fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openapi-ts.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ export default defineConfig({
66
output: "generated/sdk",
77
name: "MoleculerApi",
88
useOptions: true,
9-
plugins: ["@hey-api/client-fetch"],
109
exportCore: true,
1110
});

0 commit comments

Comments
 (0)