Improve idom.run warning #724
Labels
flag-good-first-issue
A well defined and self-contained task.
type-revision
About a change in functionality or behavior
Milestone
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.
The text was updated successfully, but these errors were encountered: