我的package.json
具有以下脚本-
"scripts": {
"ng": "ng",
"start": "ng serve --configuration=dev",
"build": "ng build --prod --progress",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
我已经上传了在服务器上创建的dist
文件夹,并且其中有一个我要提供的index.html
。只是想知道如何使用PM2来启动它。