Closed aracho1 closed 1 year ago
Add start scripts for:
script/start-manager
script/start-checker
script/start
Running each script from the project root should start the respective service, with (--debug flag) or without the debugger.
--debug
Devs can start the whole app or each service more easily.
Tested locally.
Great to see this change - a couple of comments
Thanks for the review @phillipbarron @ParisaTork!
What does this change?
Add start scripts for:
script/start-manager
)script/start-checker
)script/start
).How to test
Running each script from the project root should start the respective service, with (
--debug
flag) or without the debugger.How can we measure success?
Devs can start the whole app or each service more easily.
Have we considered potential risks?
Tested locally.