Skip to content

Commit b4e539f

Browse files
committed
fix: publish cli from cjs bin
1 parent 165ff5e commit b4e539f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"directory": "apps/server"
99
},
1010
"bin": {
11-
"okcode": "./dist/index.mjs"
11+
"okcode": "./dist/index.cjs"
1212
},
1313
"files": [
1414
"dist"

0 commit comments

Comments
 (0)