Initial commit: QwenClaw persistent daemon for Qwen Code
This commit is contained in:
7
scripts/daemon-runner.bat
Normal file
7
scripts/daemon-runner.bat
Normal file
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
REM QwenClaw Daemon Runner
|
||||
REM Use this with NSSM or Windows Task Scheduler to run as a service
|
||||
|
||||
cd /d "%~dp0.."
|
||||
bun run start --web
|
||||
pause
|
||||
Reference in New Issue
Block a user