CongMa / views /start.sh
XuBailing's picture
Upload 243 files
107f987
raw
history blame contribute delete
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