Skip to content

Commit 453097f

Browse files
committed
fix: convert starter templates from pnpm/Turborepo to flat npm projects
Flatten langgraph-python, langgraph-js, and mcp-apps starters so npm install && npm run dev works out of the box. Replace Turborepo with concurrently, move apps/* to root, update Dockerfiles, READMEs, and entrypoints. Also remove stray pnpm-lock.yaml from a2a-a2ui and ms-agent-framework-dotnet starters.
1 parent b7e009c commit 453097f

147 files changed

Lines changed: 349 additions & 52086 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/integrations/a2a-a2ui/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,8 @@ vite.config.ts.timestamp-*
141141
.vite/
142142

143143
next-env.d.ts
144+
145+
# lock files (keep package-lock.json for npm)
146+
pnpm-lock.yaml
147+
yarn.lock
148+
bun.lockb

0 commit comments

Comments
 (0)