mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-02-16 09:55:28 +00:00
10 lines
163 B
Batchfile
10 lines
163 B
Batchfile
cd ./service
|
|
start pnpm start > service.log &
|
|
echo "Start service complete!"
|
|
|
|
|
|
cd ..
|
|
echo "" > front.log
|
|
start pnpm dev > front.log &
|
|
echo "Start front complete!"
|