[PR #3354] [MERGED] Windows development environment variables support #4269

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3354
Author: @kbourro
Created: 2/26/2025
Status: Merged
Merged: 2/27/2025
Merged by: @timothycarambat

Base: masterHead: windows-dev-env-variables


📝 Commits (5)

📊 Changes

6 files changed (+86 additions, -11 deletions)

View changed files

📝 collector/package.json (+4 -3)
📝 collector/yarn.lock (+40 -0)
📝 frontend/package.json (+5 -4)
📝 frontend/yarn.lock (+16 -0)
📝 server/package.json (+5 -4)
📝 server/yarn.lock (+16 -0)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

What is in this change?

yarn dev wasn't working on windows machines as we need a way to set cross environment variables. For this reason i have changed the packages with cross-env

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/3354 **Author:** [@kbourro](https://github.com/kbourro) **Created:** 2/26/2025 **Status:** ✅ Merged **Merged:** 2/27/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `windows-dev-env-variables` --- ### 📝 Commits (5) - [`e5f4513`](https://github.com/Mintplex-Labs/anything-llm/commit/e5f451305f656a75b2c3be4007bfe1f167416acd) Windows development environment variables support - [`202672f`](https://github.com/Mintplex-Labs/anything-llm/commit/202672fed94a93631aab750d3befd75949df3dc0) Merge branch 'master' into windows-dev-env-variables - [`ddf063a`](https://github.com/Mintplex-Labs/anything-llm/commit/ddf063a6222c5f0c6e9a11fe80e9df0043a1e0af) Merge branch 'master' into windows-dev-env-variables - [`6511785`](https://github.com/Mintplex-Labs/anything-llm/commit/651178545cae8365d75192b19ba49de1c54fc083) moved cross-env to dev dependencies - [`652728d`](https://github.com/Mintplex-Labs/anything-llm/commit/652728d13487e1b8a447f7f1bcda57815a89c887) Merge branch 'windows-dev-env-variables' of https://github.com/kbourro/anything-llm into windows-dev-env-variables ### 📊 Changes **6 files changed** (+86 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `collector/package.json` (+4 -3) 📝 `collector/yarn.lock` (+40 -0) 📝 `frontend/package.json` (+5 -4) 📝 `frontend/yarn.lock` (+16 -0) 📝 `server/package.json` (+5 -4) 📝 `server/yarn.lock` (+16 -0) </details> ### 📄 Description ### Pull Request Type - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [x] 🔨 chore - [ ] 📝 docs ### What is in this change? yarn dev wasn't working on windows machines as we need a way to set cross environment variables. For this reason i have changed the packages with cross-env ### Developer Validations <!-- All of the applicable items should be checked. --> - [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:35:29 -05:00
yindo closed this issue 2026-02-22 18:35:29 -05:00
yindo changed title from [PR #3354] Windows development environment variables support to [PR #3354] [MERGED] Windows development environment variables support 2026-06-05 15:17:42 -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#4269