fix(build): add openclaw.extensions to package.json for plugin install
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
"description": "OpenClaw plugin for semantic search through Obsidian vault notes using RAG",
|
||||
"main": "dist/index.js",
|
||||
"type": "module",
|
||||
"openclaw": {
|
||||
"extensions": "./dist/index.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "esbuild src/index.ts --bundle --platform=node --target=node18 --outfile=dist/index.js --format=esm --external:@lancedb/lancedb --external:@lancedb/lancedb-darwin-arm64 --external:fsevents --external:chokidar",
|
||||
"dev": "esbuild src/index.ts --bundle --platform=node --target=node18 --outfile=dist/index.js --format=esm --watch",
|
||||
|
||||
Reference in New Issue
Block a user