Files
chat-master/chat-master-admin/cmd/start.cmd

5 lines
123 B
Batchfile
Raw Normal View History

2025-12-15 22:12:45 +08:00
cd ..
echo "" > chat-master-admin.log
start npm run dev > chat-master-admin.log &
echo "Start Chat Master Admin complete!"