perf(cli): use compile cache (~10% faster)

This commit is contained in:
Pooya Parsa
2026-01-27 16:00:25 +01:00
committed by vignesh07
parent 9b16a6be3d
commit a0698e0403
2 changed files with 17 additions and 2 deletions

View File

@@ -11,8 +11,8 @@
"./cli-entry": "./dist/entry.js"
},
"bin": {
"moltbot": "dist/entry.js",
"clawdbot": "dist/entry.js"
"moltbot": "./moltbot.mjs",
"clawdbot": "./moltbot.mjs"
},
"files": [
"dist/acp/**",
@@ -56,6 +56,7 @@
"docs/**",
"extensions/**",
"assets/**",
"moltbot.mjs",
"skills/**",
"patches/**",
"README.md",