ci: windows

This commit is contained in:
Dax Raad
2025-06-24 18:40:36 -04:00
parent 3dea857589
commit eb6e0d92cc
2 changed files with 59 additions and 0 deletions
+3
View File
@@ -8,6 +8,9 @@
"typecheck": "tsc --noEmit",
"dev": "bun run ./src/index.ts"
},
"bin": {
"opencode": "./bin/opencode"
},
"exports": {
"./*": "./src/*.ts"
},