Skip to content

Commit

Permalink
feat: Create start.cmd (Chanzhaoyu#656)
Browse files Browse the repository at this point in the history
在windows下也可以运行
  • Loading branch information
vulgatecnn committed Mar 22, 2023
1 parent 3e509f6 commit 60fd2ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions start.cmd
Original file line number Diff line number Diff line change
@@ -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!"

0 comments on commit 60fd2ae

Please sign in to comment.