Skip to content

Commit 0075788

Browse files
Merge pull request #123 from restackio/quickstartMain
Quickstart run services
2 parents 71d027a + 266496c commit 0075788

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)