Files
Jordan Ritter bb39de247d fix(examples): remove stray root app/ dir shadowing src/app in langgraph-js
A stray root-level app/api/copilotkit/[[...slug]]/route.ts shadowed the
real src/app/ App Router tree. When both app/ and src/app/ exist, Next.js
uses root app/ and ignores src/app/, so the home page (src/app/page.tsx)
was never built and GET / returned 404, failing the compose healthcheck.
Remove the stray duplicate so Next.js builds from src/app/.
2026-06-03 14:38:21 -07:00
..