@ -5,6 +5,7 @@ export webClient=http://localhost:5000
function run(){
nohup yarn start &
sleep 5s
pid=`findPortPid $PORT`
echo "pid is $pid"
touch $pid.log && chmod +x $pid.log
@ -25,4 +26,3 @@ then
else
run
fi