How to deploy Vue with PM2
I have a vue3 + vitejs application that I would like to deploy on windows with pm2. When I run the npm start myapp command, the status is in error. Can you help me please? ecosystem.config.js name: ‘myapp’, cwd: ‘C:\myapp’, script: ‘npm’, args: ‘run dev’ Thank you. >Solution : What’s the error. Secondly, you shouldn’t… Read More How to deploy Vue with PM2