Fix: bin file in package.json

This commit is contained in:
2026-04-14 18:21:14 +05:30
parent 8e81078661
commit 5946daa29e
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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",