We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0177411 commit e24f4edCopy full SHA for e24f4ed
src/idom/backend/utils.py
@@ -40,7 +40,7 @@ def run(
40
"Change this before deploying in production!"
41
)
42
43
- implementation = implementation or import_module("idom.server.default")
+ implementation = implementation or import_module("idom.backend.default")
44
45
app = implementation.create_development_app()
46
implementation.configure(app, component)
0 commit comments