adrien2p / medusa-extender

:syringe: Medusa on steroid, take your medusa project to the next level with some badass features :rocket:
https://adrien2p.github.io/medusa-extender/
MIT License
321 stars 39 forks source link

fix(medusa-config): dont run all functions immediately in medusa-config, only promises #169

Closed dwene closed 1 year ago

dwene commented 1 year ago

The current way of running everything with key[obj] === function and setting the value is breaking plugins that require you to pass functions.

Now we only await promises, not all functions.

adrien2p commented 1 year ago

seams reasonable to me 💪 thanks man

adrien2p commented 1 year ago

Can I get you to update the test accordingly please?

adrien2p commented 1 year ago

@dwene any news?