Skip to content

Commit

Permalink
Fix build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Nov 2, 2024
1 parent fac738f commit 23114d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/reactpy/reactpy/backend/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
MODULES_PATH = PATH_PREFIX / "modules"
ASSETS_PATH = PATH_PREFIX / "assets"
STREAM_PATH = PATH_PREFIX / "stream"
CLIENT_BUILD_DIR = Path(_reactpy_file_path).parent / "_static" / "js" / "app" / "dist"
CLIENT_BUILD_DIR = Path(_reactpy_file_path).parent / "_static"


async def serve_with_uvicorn(
Expand Down

0 comments on commit 23114d1

Please sign in to comment.