Commit e91887e7 e91887e753eebe434ac51cca2505c7c3173f654a by zhanghao

commit

1 parent fe67a8dd
......@@ -9,5 +9,3 @@ if [ -n "$pid" ]; then
fi
nohup npm run dev > client.log &
myport=$(lsof -i :$port)
echo $myport
......