mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
25811cf94f
The strands-python frontend imports `showcaseConfig from "../../showcase.json"` (via src/hooks/use-example-suggestions.tsx) but the Dockerfile frontend stage never copied showcase.json into the build context, so `next build` fails with "Module not found: Can't resolve '../../showcase.json'". Add the COPY step, mirroring the langgraph-js/langgraph-python Dockerfiles that already copy it. The @copilotkit/react-core v2 pin (1.59.3) was already correct and matches all working v2 starters; no package.json change was needed.
1.9 KiB
1.9 KiB