arabdullah commited on
Commit
a119292
·
verified ·
1 Parent(s): 6e9392e

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -1,2 +1,2 @@
1
  #!/bin/sh
2
- node index.js & cd client & npm start
 
1
  #!/bin/sh
2
+ pm2 start index.js & cd client & npm start