fix: native fetch with OAuth Bearer auth

This commit is contained in:
aedes
2026-04-20 17:58:27 +03:00
parent 65cdc30d42
commit b5a73591b8
2 changed files with 43 additions and 22 deletions

View File

@@ -5,7 +5,6 @@
"start": "node server.js"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.39.0",
"express": "^4.19.2"
}
}