We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36efa3 commit ec147ddCopy full SHA for ec147dd
package.json
@@ -23,6 +23,8 @@
23
"nx": "nx",
24
"start": "nx serve",
25
"start:graphql": "nx serve graphql-api",
26
+ "start:prod": "pm2 start ecosystem.config.js",
27
+ "stop:prod": "pm2 stop ecosystem.config.js",
28
"test": "nx test",
29
"update": "nx migrate latest",
30
"workspace-schematic": "nx workspace-schematic"
@@ -48,6 +50,7 @@
48
50
"mongoose": "5.9.12",
49
51
"opensubtitles-api": "^5.1.2",
52
"p-map": "4.0.0",
53
+ "pm2": "^4.4.1",
54
"reflect-metadata": "^0.1.12",
55
"rimraf": "3.0.2",
56
"rxjs": "6.5.5",
0 commit comments