mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-02-19 07:00:49 +08:00
fix statusline error
This commit is contained in:
@@ -279,7 +279,7 @@ export const createServer = async (config: any): Promise<any> => {
|
||||
// Return preset info, config uses the applied userValues configuration
|
||||
return {
|
||||
...presetFile,
|
||||
config: loadConfigFromManifest(manifest),
|
||||
config: loadConfigFromManifest(manifest, presetDir),
|
||||
userValues: manifest.userValues || {},
|
||||
};
|
||||
} catch (error: any) {
|
||||
|
||||
Reference in New Issue
Block a user