Skip to content

Commit 238ef61

Browse files
committed
base path chnaged for client build
1 parent ddf7238 commit 238ef61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ async def perform_upgrade():
10761076
# 3. Run build_client.sh
10771077
try:
10781078
script_path = "build/build_client.py"
1079-
script_path = path_manager.get_str_path(script_path)
1079+
#script_path = path_manager.get_str_path(script_path)
10801080
subprocess.run(["python", script_path], check=True)
10811081
frontend_rebuilt = True
10821082
messages.append("Frontend rebuilt successfully")

0 commit comments

Comments
 (0)