Add an .env.example file and provide more detailed instructions.

This commit is contained in:
jinhui.li
2025-03-01 23:12:31 +08:00
parent 492115fdf7
commit 5ef624a1ac
6 changed files with 57 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "claude-code-reverse",
"name": "claude-code-router",
"version": "1.0.0",
"description": "You can switch the API endpoint by modifying the ANTHROPIC_BASE_URL environment variable.",
"main": "server.js",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
"start": "node index.mjs"
},
"keywords": [],
"author": "",