diff --git a/docs/public/architecture/pm2-to-bun-migration.mdx b/docs/public/architecture/pm2-to-bun-migration.mdx index d026cd7e..e9b2db84 100644 --- a/docs/public/architecture/pm2-to-bun-migration.mdx +++ b/docs/public/architecture/pm2-to-bun-migration.mdx @@ -106,7 +106,7 @@ pm2 logs claude-mem-worker # View logs ```bash npm run worker:start # Start worker npm run worker:stop # Stop worker -claude-mem restart # Restart worker +npm run worker:restart # Restart worker npm run worker:status # Check status npm run worker:logs # View logs ``` @@ -305,7 +305,7 @@ No migration logic runs on subsequent sessions. | `pm2 list` | `npm run worker:status` | Shows worker status | | `pm2 start