I have a nuxt 3 project and am looking for a way to run it for production mode in aapanel. I wanted to use port 4000 for nuxt and found out how by using this command PORT=4000 node .output/server/index.mjs
. I've tried it in Terminal and it works fine. But in node project it doesn't work. It can't be started there is no message in project log
RUN IN TERMINAL

NODE PROJECT CONFIG
