[PR #4779] [MERGED] fix(devcontainer): forward ports 3000/3001 #4766

Closed
opened 2026-02-22 18:36:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4779
Author: @lohas1107
Created: 12/13/2025
Status: Merged
Merged: 12/14/2025
Merged by: @timothycarambat

Base: masterHead: chore/codespaces-forwardports


📝 Commits (1)

  • 8babc31 fix(devcontainer): forward ports 3000/3001

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 .devcontainer/devcontainer.json (+3 -0)

📄 Description

Pull Request Type

  • feat
  • fix
  • refactor
  • style
  • chore
  • docs

Relevant Issues

resolves #4778

What is in this change?

  • Adds explicit forwardPorts for 3001 (server) and 3000 (frontend) in the dev container configuration to make Codespaces port forwarding consistent.

Additional Information

  • N/A

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/Mintplex-Labs/anything-llm/pull/4779 **Author:** [@lohas1107](https://github.com/lohas1107) **Created:** 12/13/2025 **Status:** ✅ Merged **Merged:** 12/14/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `chore/codespaces-forwardports` --- ### 📝 Commits (1) - [`8babc31`](https://github.com/Mintplex-Labs/anything-llm/commit/8babc3132e1a51b944c99858f95e1ab852da4346) fix(devcontainer): forward ports 3000/3001 ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.devcontainer/devcontainer.json` (+3 -0) </details> ### 📄 Description ### Pull Request Type - [ ] feat - [x] fix - [ ] refactor - [ ] style - [ ] chore - [ ] docs ### Relevant Issues resolves #4778 ### What is in this change? - Adds explicit forwardPorts for 3001 (server) and 3000 (frontend) in the dev container configuration to make Codespaces port forwarding consistent. ### Additional Information - N/A ### Developer Validations - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <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-22 18:36:29 -05:00
yindo closed this issue 2026-02-22 18:36:29 -05:00
yindo changed title from [PR #4779] fix(devcontainer): forward ports 3000/3001 to [PR #4779] [MERGED] fix(devcontainer): forward ports 3000/3001 2026-06-05 15:20:17 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4766