How to deploy NUXT3 on Plesk using Phusion Passenger
I'm trying to deploy a Nuxt 3 website on Plesk, compiled with yarn build. I therefore have the PUBLIC and SERVER folders, which I have on Plesk hosting. I have the server.js file which is the following: `const app =…