mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
perf(cli): use compile cache (~10% faster)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user