mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
f47b9e9775
- Remove @langchain/community from sdk-js peerDependencies (unused, was blocking @langchain/core@1.x resolution) - Add langchain@^1.0.0 to langgraph-js agent deps to prevent transitive resolution to 0.3.x - Add postcss.config.mjs to mcp-apps threejs-server
6 lines
59 B
JavaScript
6 lines
59 B
JavaScript
const config = {
|
|
plugins: [],
|
|
};
|
|
|
|
export default config;
|