CongMa / views /start.cmd
XuBailing's picture
Upload 243 files
107f987
raw
history blame contribute delete
163 Bytes
cd ./service
start pnpm start > service.log &
echo "Start service complete!"
cd ..
echo "" > front.log
start pnpm dev > front.log &
echo "Start front complete!"