refactor(installer): rename to install.mjs, remove record/restore flow, add --no-reply-port and wire config port
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"no-reply-api/",
|
||||
|
||||
"docs/",
|
||||
"scripts/install-dirigent-openclaw.mjs",
|
||||
"scripts/install.mjs",
|
||||
"docker-compose.yml",
|
||||
"Makefile",
|
||||
"README.md",
|
||||
@@ -18,9 +18,9 @@
|
||||
],
|
||||
"scripts": {
|
||||
"prepare": "mkdir -p dist/dirigent && cp -r plugin/* dist/dirigent/",
|
||||
"postinstall": "node scripts/install-dirigent-openclaw.mjs --install",
|
||||
"uninstall": "node scripts/install-dirigent-openclaw.mjs --uninstall",
|
||||
"update": "node scripts/install-dirigent-openclaw.mjs --update"
|
||||
"postinstall": "node scripts/install.mjs --install",
|
||||
"uninstall": "node scripts/install.mjs --uninstall",
|
||||
"update": "node scripts/install.mjs --update"
|
||||
},
|
||||
"keywords": [
|
||||
"openclaw",
|
||||
|
||||
Reference in New Issue
Block a user