mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-26 03:31:24 +08:00
6 lines
75 B
Batchfile
6 lines
75 B
Batchfile
@echo off
|
|
echo Starting ASR Server...
|
|
cd /d %~dp0
|
|
node standalone.js
|
|
pause
|