feat: Create start.cmd (#656)

在windows下也可以运行
main
vulgate 2 years ago committed by GitHub
parent 3e509f6663
commit 60fd2ae0e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,9 @@
cd ./service
start pnpm start > service.log &
echo "Start service complete!"
cd ..
echo "" > front.log
start pnpm dev > front.log &
echo "Start front complete!"
Loading…
Cancel
Save