Skip to content

Commit ef8dc9f

Browse files
committed
fix: include dashboard files in npm package
dashboard/server.ts and dashboard/index.html were missing from the files array in package.json, causing 'Cannot find module' error when the plugin loads after npm install.
1 parent b157f9c commit ef8dc9f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@basicmemory/openclaw-basic-memory",
33
"version": "0.1.0-alpha.9",
44
"type": "module",
5-
"description": "Basic Memory plugin for OpenClaw local-first knowledge graph for agent memory",
5+
"description": "Basic Memory plugin for OpenClaw \u2014 local-first knowledge graph for agent memory",
66
"license": "MIT",
77
"repository": {
88
"type": "git",
@@ -34,6 +34,8 @@
3434
"tools/write-note.ts",
3535
"types/openclaw.d.ts",
3636
"schema/task-schema.ts",
37+
"dashboard/server.ts",
38+
"dashboard/index.html",
3739
"skills/",
3840
"scripts/setup-bm.sh",
3941
"openclaw.plugin.json",

0 commit comments

Comments
 (0)