Is there a problem with pagoda using pm2 to deploy nodejs,?

the pagoda panel has been installed and pm2, has been manually installed. How can I deploy node"s koa project?

Feb.09,2022

is the pagoda a UI library?
General usage pm2 start index.js (program entry file)

Menu