mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-07-19 13:25:54 -04:00
[PR #7] [MERGED] feat: replace scripts with bun #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langgraphjs-api/pull/7
Author: @dqbd
Created: 2/4/2025
Status: ✅ Merged
Merged: 2/4/2025
Merged by: @dqbd
Base:
main← Head:dqbd/windows-bun📝 Commits (2)
7d7abc9fix: Replace concurrently with bun shell23ec4a8Replace all hacky PS1 scripts📊 Changes
13 files changed (+46 additions, -93 deletions)
View changed files
📝
libs/langgraph-api/package.json(+2 -2)➕
libs/langgraph-api/scripts/build.mjs(+15 -0)➖
libs/langgraph-api/scripts/build.ps1(+0 -11)➖
libs/langgraph-api/scripts/build.sh(+0 -13)➖
libs/langgraph-api/scripts/spawn.mjs(+0 -16)➕
libs/langgraph-api/scripts/test.mjs(+17 -0)➖
libs/langgraph-api/scripts/test.ps1(+0 -9)➖
libs/langgraph-api/scripts/test.sh(+0 -8)📝
libs/langgraph-cli/package.json(+1 -1)➕
libs/langgraph-cli/scripts/build.mjs(+11 -0)➖
libs/langgraph-cli/scripts/build.ps1(+0 -8)➖
libs/langgraph-cli/scripts/build.sh(+0 -9)➖
libs/langgraph-cli/scripts/spawn.mjs(+0 -16)📄 Description
Turns out that
concurrentlydoes weird things on Windows, with the server never starting when running under concurrently. Swapping to Bun Shell for cross-platform shell fixes the issue🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.