I have a root directory and several elixir applications inside it. Is there a way to: mix run --no-halt some of the applications from the root directory, not the application dir?
my_root_dir
|
├── my_first_app
|
├── my_second_app
I have a root directory and several elixir applications inside it. Is there a way to: mix run --no-halt some of the applications from the root directory, not the application dir?
my_root_dir
|
├── my_first_app
|
├── my_second_app