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 71d027a + 266496c commit 0075788Copy full SHA for 0075788
quickstart/src/services.py
@@ -22,3 +22,5 @@ def watch_services():
22
print(f"Watching {watch_path} and its subdirectories for changes...")
23
run_process(watch_path, recursive=True, target=run_services)
24
25
+if __name__ == "__main__":
26
+ run_services()
0 commit comments