ci: windows

This commit is contained in:
Dax Raad
2025-06-24 18:40:36 -04:00
parent 1bad3d9894
commit 2384c7e734
2 changed files with 59 additions and 0 deletions

View File

@@ -8,6 +8,9 @@
"typecheck": "tsc --noEmit",
"dev": "bun run ./src/index.ts"
},
"bin": {
"opencode": "./bin/opencode"
},
"exports": {
"./*": "./src/*.ts"
},