mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
Fix: bin file in package.json
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
||||
"type": "module",
|
||||
"main": "src/mcp-server.ts",
|
||||
"bin": {
|
||||
"ask262": "bun run src/mcp-server.ts"
|
||||
"ask262": "src/mcp-server.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"type-check": "tsc --noEmit",
|
||||
|
||||
Reference in New Issue
Block a user