You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wish to know how to add a .mjs file as the implementation for an event in config.yaml.
I need to explicitly define it with .mjs file as the project runs on "type": "commonjs".
As per my understanding, it does not support file extensions.
Kindly help
Thanks
Jerin
The text was updated successfully, but these errors were encountered:
Hi, just to clarify, you have a common js project but you want to have a EventQueue Processor as ESM (mjs) right? Can you share your repo or is the repo privat?
Can you please try out the current main branch and see if that works in your common js project with .mjs files.
You can either add the file path extension or not. It should work either way
Hi,
I wish to know how to add a .mjs file as the implementation for an event in config.yaml.
I need to explicitly define it with .mjs file as the project runs on "type": "commonjs".
As per my understanding, it does not support file extensions.
Kindly help
Thanks
Jerin
The text was updated successfully, but these errors were encountered: