We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6140906 commit ed570d6Copy full SHA for ed570d6
.test
package.json
@@ -7,10 +7,7 @@
7
"dev": "next dev --turbopack",
8
"build": "next build",
9
"start": "next start",
10
- "lint": "next lint",
11
- "test:api": "node tests/api-endpoints.test.js",
12
- "test:code": "node tests/code-execution.test.js",
13
- "test:all": "npm run test:integration && npm run test:api && npm run test:code"
+ "lint": "next lint"
14
},
15
"dependencies": {
16
"@ai-sdk/anthropic": "^2.0.1",
0 commit comments