Skip to content

Commit 266496c

Browse files
committed
start services
1 parent a7747ee commit 266496c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

quickstart/src/services.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ def watch_services():
2222
print(f"Watching {watch_path} and its subdirectories for changes...")
2323
run_process(watch_path, recursive=True, target=run_services)
2424

25+
if __name__ == "__main__":
26+
run_services()

0 commit comments

Comments
 (0)