mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-02-18 22:50:49 +08:00
fix doc
This commit is contained in:
@@ -234,7 +234,7 @@ export const createServer = async (config: any): Promise<any> => {
|
||||
const manifest = JSON.parse(content);
|
||||
|
||||
// Extract metadata fields
|
||||
const { Providers, Router, PORT, HOST, API_TIMEOUT_MS, PROXY_URL, LOG, LOG_LEVEL, StatusLine, NON_INTERACTIVE_MODE, requiredInputs, ...metadata } = manifest;
|
||||
const { Providers, Router, PORT, HOST, API_TIMEOUT_MS, PROXY_URL, LOG, LOG_LEVEL, StatusLine, NON_INTERACTIVE_MODE, ...metadata } = manifest;
|
||||
|
||||
presets.push({
|
||||
id: dirName, // Use directory name as unique identifier
|
||||
|
||||
Reference in New Issue
Block a user