We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a091cf6 + 058c49f commit db2fc2eCopy full SHA for db2fc2e
production_demo/src/services.py
@@ -46,3 +46,5 @@ def watch_services():
46
webbrowser.open("http://localhost:5233")
47
run_process(watch_path, recursive=True, target=run_services)
48
49
+if __name__ == "__main__":
50
+ run_services()
0 commit comments