arabdullah commited on
Commit
f6e0512
·
verified ·
1 Parent(s): 19cc72b

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
- npm start & pm2 monitor
 
1
  #!/bin/sh
2
+ pm2 start index.js & cd client & node start