Skip to content

Commit 058c49f

Browse files
committed
fix production services
1 parent a091cf6 commit 058c49f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

production_demo/src/services.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ def watch_services():
4646
webbrowser.open("http://localhost:5233")
4747
run_process(watch_path, recursive=True, target=run_services)
4848

49+
if __name__ == "__main__":
50+
run_services()

0 commit comments

Comments
 (0)