fix: bypass gateway for local model connection tests

This commit is contained in:
Bortlesboat 2026-04-08 18:50:54 -04:00
parent de24293cce
commit e9b392b0b9
No known key found for this signature in database
GPG key ID: A2B96F4BB60D03A1
3 changed files with 32 additions and 2 deletions

View file

@ -6,7 +6,8 @@
"types": "./dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc",
"dev": "tsc -w"
"dev": "tsc -w",
"test": "tsc --pretty false && node --test dist/models/models.test.js"
},
"dependencies": {
"@ai-sdk/anthropic": "^2.0.63",