mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-28 16:24:47 +08:00
fix:try to fix the docker build of front-end (#487)
This commit is contained in:
@@ -101,15 +101,15 @@ export const getChatStreamSettings = () => {
|
|||||||
name: cur.name,
|
name: cur.name,
|
||||||
transport,
|
transport,
|
||||||
env,
|
env,
|
||||||
command: cur.command,
|
command: (cur as any).command,
|
||||||
args: cur.args,
|
args: (cur as any).args,
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
server = {
|
server = {
|
||||||
name: cur.name,
|
name: cur.name,
|
||||||
transport,
|
transport,
|
||||||
env,
|
env,
|
||||||
url: cur.url,
|
url: (cur as any).url,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user