I am trying to deploy a nuxt app to cpanel shared hosting. It is working fine on my local machine using run dev, build and start. However, when I moved the files to cpanel. I can run npm dev, build, and start. When I use npm run dev, an IP and port was generated, I visited this IP and port on my browser but its not working.
How can I make this IP work as well as make the app work with my domain.

taget: 'static'.