arabdullah commited on
Commit
384c00b
·
verified ·
1 Parent(s): f6e0512

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