CongMa2 / views /start.sh
XuBailing's picture
Upload 183 files
aeee1e2
raw
history blame
182 Bytes
cd ./service
nohup pnpm start > service.log &
echo "Start service complete!"
cd ..
echo "" > front.log
nohup pnpm dev > front.log &
echo "Start front complete!"
tail -f front.log