fix: correct path for cli.js in package.json

This commit is contained in:
2026-03-21 01:11:30 +05:30
parent dd7ac4dc2d
commit 6dd4ee4b4f
+1 -1
View File
@@ -5,7 +5,7 @@
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"bin": { "bin": {
"opencode-multi-model": "./dist/cli.js" "opencode-multi-model": "dist/cli.js"
}, },
"exports": { "exports": {
".": "./dist/index.js", ".": "./dist/index.js",