|
@@ -8,7 +8,7 @@
|
|
|
"typecheck": "tsc --noEmit",
|
|
"typecheck": "tsc --noEmit",
|
|
|
"test": "bun test",
|
|
"test": "bun test",
|
|
|
"build": "./script/build.ts",
|
|
"build": "./script/build.ts",
|
|
|
- "dev": "bun run --conditions=development ./src/index.ts"
|
|
|
|
|
|
|
+ "dev": "bun run ./src/index.ts"
|
|
|
},
|
|
},
|
|
|
"bin": {
|
|
"bin": {
|
|
|
"opencode": "./bin/opencode"
|
|
"opencode": "./bin/opencode"
|