Closed
Description
Current Situation
Currently, the idom.run warning does not provide anything actionable. When users see You are running a development server. Change this before deploying in production!
they will not understand what to change in order to resolve this warning.
Proposed Actions
I recommend changing the warning to this: idom.run() is only intended for testing purposes. For production use, consider embedding IDOM within an existing project. Check out the docs for more info.