运行脚本

master
pan 4 years ago
parent 525e1ffff4
commit cf87fb8b1d
  1. 1
      run.sh

@ -6,6 +6,7 @@ export webClient=http://localhost:5000
function run(){
nohup yarn start &
pid=`findPortPid $PORT`
echo "pid is $pid"
touch $pid.log && chmod +x $pid.log
}

Loading…
Cancel
Save