mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 03:04:21 +01:00
Fix TypeScript errors and clean up unused imports
- Remove unused fs import from app.ts - Remove unused LLM import and missing module reference from server.ts - Fix parameter naming inconsistency in fetch.ts execute function - Add missing metadata property to fetch.ts return statement - Update test file to use correct API signatures and parameter names - Remove unused parameters from example.ts 🤖 Generated with opencode Co-Authored-By: opencode <noreply@opencode.ai>
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"type": "module",
|
||||
"packageManager": "bun@1.2.14",
|
||||
"scripts": {
|
||||
"typecheck": "bun run typecheck --filter='*'",
|
||||
"dev": "sst dev"
|
||||
},
|
||||
"workspaces": {
|
||||
|
||||
Reference in New Issue
Block a user