-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow any name for javascript ecosystem file. #4652
Comments
Check out #4662. If you need it before (or if?) it gets merged, use: |
@Timic3 Awesome. Thanks : ) |
The pull request has been merged into development branch, so you can now install it with |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This fixes Unitech#5451, relates to Unitech#5337, Unitech#4652
What's going wrong?
Context: I have a lot of troubles having pm2 work within a ES6 written codebase (
import
). (experimental module flag, type: "module" in package.json, etc. I know there are other issues about it.I'd like: to be able to use the
.cjs
extension forecosystem.config.cjs
But it seems that the file is not found and it defaults to package.json where I have no config for pm2.
That said: per the docs:
Not too sure why we can not use any name we want, but if this is hard coded, I guess that's the reason it's not working.
Can we do something about it please?
PS: pm2 is awesome ;)
The text was updated successfully, but these errors were encountered: