I tried alot of answers but nothing help me,
what should i do after i run the command npm run build
how to config my server
how to make the Plesk server run my js file
Setting on Nodejs in server:
Document Root : /httpdocs/public Application Mode : production Application URL : http://..... Application Root : /httpdocs Application Startup File : server.js
and inside ‘server.js’ file i have only one line import('./server/index.mjs');
But the server not running my project. And the File to .nuxt/server.js It doesn’t do anything.