@@ -122,7 +122,7 @@ def browser_main(
122122 script : Path = script_option ,
123123 async_main : bool = async_main_option ,
124124 mounts : List [str ] = mounts_option ,
125- relocate_prefix : Optional [Path ] = relocate_prefix_option ,
125+ relocate_prefix : Optional [str ] = relocate_prefix_option ,
126126 work_dir : Optional [Path ] = work_dir_option ,
127127 pkg_file_filter : Optional [List [Path ]] = pkg_file_filter_option ,
128128 pyjs_dir : Optional [Path ] = pyjs_dir_option ,
@@ -156,7 +156,7 @@ def browser_worker(
156156 script : Path = script_option ,
157157 async_main : bool = async_main_option ,
158158 mounts : List [str ] = mounts_option ,
159- relocate_prefix : Optional [Path ] = relocate_prefix_option ,
159+ relocate_prefix : Optional [str ] = relocate_prefix_option ,
160160 work_dir : Optional [Path ] = work_dir_option ,
161161 pkg_file_filter : List [Path ] = pkg_file_filter_option ,
162162 pyjs_dir : Optional [Path ] = pyjs_dir_option ,
@@ -197,7 +197,7 @@ def node(
197197 script : Path = script_option ,
198198 async_main : bool = async_main_option ,
199199 mounts : List [str ] = mounts_option ,
200- relocate_prefix : Optional [Path ] = relocate_prefix_option ,
200+ relocate_prefix : Optional [str ] = relocate_prefix_option ,
201201 work_dir : Optional [Path ] = work_dir_option ,
202202 pkg_file_filter : List [Path ] = pkg_file_filter_option ,
203203 pyjs_dir : Optional [Path ] = pyjs_dir_option ,
0 commit comments