ci: ignore

This commit is contained in:
Dax Raad
2025-08-03 10:41:30 -04:00
parent dfcff892a1
commit 1fc92d91c0
4 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"private": true,
"scripts": {
"typecheck": "tsc --noEmit",
"dev": "bun run ./src/index.ts"
"dev": "bun run --conditions=development ./src/index.ts"
},
"bin": {
"opencode": "./bin/opencode"