Skip to content

Commit 7660a51

Browse files
author
Jurij Skornik
committed
[improvement] Remove legacy publisher setup script and references
Delete packages/plugin-dkg-publisher/setup.js and remove setup entrypoints from plugin package scripts. Keep Agent-owned setup/management as the only supported flow and update legacy bootstrap wording.
1 parent 08f1f17 commit 7660a51

5 files changed

Lines changed: 7 additions & 1137 deletions

File tree

packages/plugin-dkg-publisher/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ cd apps/agent
4040
npm run script:publisher
4141
```
4242

43-
`npm run setup` in this package is legacy compatibility for older workflows that
44-
still rely on `.env.publisher`.
45-
4643
### 2. Start the Application
4744

4845
The plugin runs automatically when you start your DKG Agent:

packages/plugin-dkg-publisher/package-addition.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"scripts": {
3-
"km:setup": "node setup.js",
43
"km:migrate": "npm run db:migrate",
54
"km:worker": "npm run worker",
65
"km:dashboard": "npm run dashboard",

packages/plugin-dkg-publisher/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"check-types": "tsc --noEmit",
2929
"lint": "eslint . --max-warnings 0",
3030
"test": "mocha --loader ../../node_modules/tsx/dist/loader.mjs 'tests/**/*.spec.ts'",
31-
"setup": "node setup.js",
3231
"db:generate": "drizzle-kit generate:mysql",
3332
"db:migrate": "node migrate.js",
3433
"db:push": "drizzle-kit push:mysql",

0 commit comments

Comments
 (0)