Hi again!
I figured out a solution to deploy a Next.js app at Plesk without executing 'next start' script.
The thing here is to provide an entry point file 'app.js' to Plesk just pointing your index.js Next´s server config file.
You can see an example here Hello-world plesk.
My app.js looks...