feat: Create start.cmd (#656)

在windows下也可以运行
This commit is contained in:
vulgate 2023-03-22 18:31:52 +08:00 committed by GitHub
parent 3e509f6663
commit 60fd2ae0e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
start.cmd Normal file
View File

@ -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!"