feat: 添加 dev:stealth 本地开发命令,一键启动 stealth-proxy + cursor2api

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
BaskDuan
2026-04-02 22:51:20 +08:00
parent 0f8b3246ed
commit 59372c3775
2 changed files with 1472 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"dev:stealth": "node stealth-proxy/index.js & STEALTH_PROXY=http://127.0.0.1:3011 tsx watch src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"test:handler-truncation": "node test/unit-handler-truncation.mjs",

1471
stealth-proxy/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff