[PR #7] [MERGED] feat: replace scripts with bun #12

Closed
opened 2026-02-16 04:16:58 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: dqbd/windows-bun


📝 Commits (2)

  • 7d7abc9 fix: Replace concurrently with bun shell
  • 23ec4a8 Replace 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 concurrently does 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.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs-api/pull/7 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 2/4/2025 **Status:** ✅ Merged **Merged:** 2/4/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/windows-bun` --- ### 📝 Commits (2) - [`7d7abc9`](https://github.com/langchain-ai/langgraphjs-api/commit/7d7abc9552f0063fca2034e37eb274e421793b67) fix: Replace concurrently with bun shell - [`23ec4a8`](https://github.com/langchain-ai/langgraphjs-api/commit/23ec4a8b79e7f13d6f3a3a7e483b335ffbb5efc0) Replace all hacky PS1 scripts ### 📊 Changes **13 files changed** (+46 additions, -93 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Turns out that `concurrently` does weird things on Windows, with the server never starting when running under concurrently. Swapping to Bun Shell for cross-platform shell fixes the issue --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 04:16:58 -05:00
yindo closed this issue 2026-02-16 04:16:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs-api#12