claude-code-router/cdn/package.json
musistudio 1b0c481376
Some checks are pending
Docs / Build (push) Waiting to run
Docs / Deploy (push) Blocked by required conditions
Remove CDN workflow and add MIT license info
2026-06-28 21:45:45 +08:00

11 lines
332 B
JSON

{
"name": "claude-code-router-cdn",
"private": true,
"version": "0.1.0",
"license": "MIT",
"type": "module",
"scripts": {
"deploy": "wrangler pages deploy public --project-name=claude-code-router-cdn",
"deploy:preview": "wrangler pages deploy public --project-name=claude-code-router-cdn --branch=preview"
}
}