Skip to content

Commit 4c4b6ca

Browse files
committed
temp
1 parent b153430 commit 4c4b6ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/py/reactpy/reactpy/backend/_common.py

+2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ def traversal_safe_path(root: str | Path, *unsafe: str | Path) -> Path:
9494

9595

9696
def read_client_index_html(options: CommonOptions) -> str:
97+
print(CLIENT_BUILD_DIR.exists())
98+
print(list(CLIENT_BUILD_DIR.iterdir()))
9799
return (
98100
(CLIENT_BUILD_DIR / "index.html")
99101
.read_text()

0 commit comments

Comments
 (0)