[PR #50] [MERGED] feat(cli): add cloudflare tunnel support for exposing dev servers outside #49

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs-api/pull/50
Author: @dqbd
Created: 4/17/2025
Status: Merged
Merged: 4/17/2025
Merged by: @dqbd

Base: mainHead: dqbd/tunnel-dev


📝 Commits (1)

  • 3974c87 feat(cli): add cloudflare tunnel support for exposing dev servers outside

📊 Changes

4 files changed (+352 additions, -3 deletions)

View changed files

📝 libs/langgraph-cli/.gitignore (+2 -1)
libs/langgraph-cli/src/cli/cloudflare.mts (+223 -0)
📝 libs/langgraph-cli/src/cli/dev.mts (+20 -2)
libs/langgraph-cli/src/cli/utils/stream.mts (+107 -0)

📄 Description

No description provided


🔄 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/50 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 4/17/2025 **Status:** ✅ Merged **Merged:** 4/17/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/tunnel-dev` --- ### 📝 Commits (1) - [`3974c87`](https://github.com/langchain-ai/langgraphjs-api/commit/3974c87eb67249030eaa4a7eac8086793a7d9396) feat(cli): add cloudflare tunnel support for exposing dev servers outside ### 📊 Changes **4 files changed** (+352 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph-cli/.gitignore` (+2 -1) ➕ `libs/langgraph-cli/src/cli/cloudflare.mts` (+223 -0) 📝 `libs/langgraph-cli/src/cli/dev.mts` (+20 -2) ➕ `libs/langgraph-cli/src/cli/utils/stream.mts` (+107 -0) </details> ### 📄 Description _No description provided_ --- <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:17:08 -05:00
yindo closed this issue 2026-02-16 04:17:08 -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#49