Skip to content

Commit 60fd2ae

Browse files
authored
feat: Create start.cmd (Chanzhaoyu#656)
在windows下也可以运行
1 parent 3e509f6 commit 60fd2ae

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

start.cmd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
cd ./service
2+
start pnpm start > service.log &
3+
echo "Start service complete!"
4+
5+
6+
cd ..
7+
echo "" > front.log
8+
start pnpm dev > front.log &
9+
echo "Start front complete!"

0 commit comments

Comments
 (0)