extensions
extensions copied to clipboard
[PM2] Refactor pm2-wrapper with fake vendor tricks
Description
- Bump dependencies
- Drop
pm2-wrapper - Drop pre-requirements for Node.js, npm, and pm2 on user's local
- Drop
RuntimeOptionssupport, please pass-in your runtime context throughpm2.start()options instead
Checklist
- [x] I read the extension guidelines
- [x] I read the documentation about publishing
- [x] I ran
npm run buildand tested this distribution build in Raycast - [x] I checked that files in the
assetsfolder are used by the extension itself - [x] I checked that assets used by the
READMEare placed outside of themetadatafolder
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.
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.