79484834

Date: 2025-03-04 20:54:29
Score: 1
Natty:
Report link

Instead of using module.exports = { } use

export default { /*Config Contents*/ };

This may possibly cause internal issue with pm2's loader, in which case

export { /*Config Contents*/ };

Should suffice.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Th3Ward3n