mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-02-19 19:37:46 +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!"
|