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 a2062b6 commit ef040ceCopy full SHA for ef040ce
src/idom/server/fastapi.py
@@ -2,9 +2,6 @@
2
3
from fastapi import FastAPI
4
5
-from idom.config import IDOM_DEBUG_MODE
6
-from idom.core.types import RootComponentConstructor
7
-
8
from . import starlette
9
10
@@ -28,4 +25,4 @@
28
25
29
26
def create_development_app() -> FastAPI:
30
27
"""Create a development ``FastAPI`` application instance."""
31
- return FastAPI(debug=IDOM_DEBUG_MODE.current)
+ return FastAPI(debug=True)
0 commit comments