Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -27,7 +27,8 @@ | ... | @@ -27,7 +27,8 @@ |
27 | "build": "react-scripts build", | 27 | "build": "react-scripts build", |
28 | "test": "react-scripts test", | 28 | "test": "react-scripts test", |
29 | "eject": "react-scripts eject", | 29 | "eject": "react-scripts eject", |
30 | - "server": "nodemon -w ./server server/server.js" | 30 | + "server": "nodemon -w ./server server/server.js", |
31 | + "pm2": "pm2 start server/server.js" | ||
31 | }, | 32 | }, |
32 | "eslintConfig": { | 33 | "eslintConfig": { |
33 | "extends": [ | 34 | "extends": [ | ... | ... |
-
Please register or login to post a comment