PM2 에서 Next.js OR Nuxt.js 동작시키기

in pm2 •  7 years ago 

for development

pm2 start npm --name "next" -- run dev

for production

npm run build

pm2 start npm --name "next" -- start

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Good!