@ -2,9 +2,13 @@
function run(){
nohup yarn start &
sleep 5s
pid=`findPortPid $webPort`
pid=-1
echo "pid is $pid"
while(( pid==-1 ))
do
done
touch $pid.log && chmod +x $pid.log
}