extensions icon indicating copy to clipboard operation
extensions copied to clipboard

[PM2] Refactor pm2-wrapper with fake vendor tricks

Open LitoMore opened this issue 1 year ago • 1 comments

Description

  • Bump dependencies
  • Drop pm2-wrapper
  • Drop pre-requirements for Node.js, npm, and pm2 on user's local
  • Drop RuntimeOptions support, please pass-in your runtime context through pm2.start() options instead

Checklist

LitoMore avatar Jul 06 '24 08:07 LitoMore

Thank you for the update! :tada:

We're currently experiencing high demand and limited capacity. As a result, extension reviews might take longer than usual to get the initial review. Please expect an initial review within 5-10 business days.

raycastbot avatar Jul 06 '24 08:07 raycastbot

I decide not implementing in this way due to the pm2 JavaScript API is very weak at some points. It does not support PM2_HOME and other configurations.

Also, Raycast cannot bypass the child process error from pm2, making the feature very difficult to implement.

Closing.

LitoMore avatar Jul 14 '24 09:07 LitoMore