mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-23 23:40:03 +08:00
12 lines
182 B
Bash
12 lines
182 B
Bash
|
|
cd ./service
|
|
nohup pnpm start > service.log &
|
|
echo "Start service complete!"
|
|
|
|
|
|
cd ..
|
|
echo "" > front.log
|
|
nohup pnpm dev > front.log &
|
|
echo "Start front complete!"
|
|
tail -f front.log
|