feat: CLI 테스트 클라이언트 추가
- /api/test 엔드포인트 추가 (Worker에서 직접 응답 반환) - scripts/chat.ts CLI 클라이언트 - npm run chat 스크립트 추가 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"db:create": "wrangler d1 create telegram-summary-db",
|
||||
"db:init": "wrangler d1 execute telegram-summary-db --file=schema.sql",
|
||||
"db:init:local": "wrangler d1 execute telegram-summary-db --local --file=schema.sql",
|
||||
"tail": "wrangler tail"
|
||||
"tail": "wrangler tail",
|
||||
"chat": "npx tsx scripts/chat.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20241127.0",
|
||||
|
||||
Reference in New Issue
Block a user