Run application without phoenix

Hello guys, hope everyone is ok!

I started working on an application that has phoenix web server to monitor some status of ets that are no longer necessary.

To run the application, I simply use the mix phx.server.
I wonder if there’s a way to start the application without the phoenix, but not in the terminal typing mode.
Which command should I use?

Thanks in advance for any help

mix run

2 Likes