Skip to content

Commit 23114d1

Browse files
committed
Fix build dir
1 parent fac738f commit 23114d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/py/reactpy/reactpy/backend/_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
MODULES_PATH = PATH_PREFIX / "modules"
2222
ASSETS_PATH = PATH_PREFIX / "assets"
2323
STREAM_PATH = PATH_PREFIX / "stream"
24-
CLIENT_BUILD_DIR = Path(_reactpy_file_path).parent / "_static" / "js" / "app" / "dist"
24+
CLIENT_BUILD_DIR = Path(_reactpy_file_path).parent / "_static"
2525

2626

2727
async def serve_with_uvicorn(

0 commit comments

Comments
 (0)