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 fac738f commit 23114d1Copy full SHA for 23114d1
src/py/reactpy/reactpy/backend/_common.py
@@ -21,7 +21,7 @@
21
MODULES_PATH = PATH_PREFIX / "modules"
22
ASSETS_PATH = PATH_PREFIX / "assets"
23
STREAM_PATH = PATH_PREFIX / "stream"
24
-CLIENT_BUILD_DIR = Path(_reactpy_file_path).parent / "_static" / "js" / "app" / "dist"
+CLIENT_BUILD_DIR = Path(_reactpy_file_path).parent / "_static"
25
26
27
async def serve_with_uvicorn(
0 commit comments