[PR #2217] [MERGED] vite host regression fix #4186

Closed
opened 2026-02-28 20:52:46 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2217
Author: @carkom
Created: 1/12/2024
Status: Merged
Merged: 1/13/2024
Merged by: @twk3

Base: masterHead: viteHost


📝 Commits (4)

📊 Changes

2 files changed (+7 additions, -0 deletions)

View changed files

📝 packages/desktop-client/vite.config.mts (+1 -0)
upcoming-release-notes/2217.md (+6 -0)

📄 Description

Before we switched to vite, npm/yarn had a "allowHost" option which hosted the server to allow access from outside the local. This adds the "host" option back.


🔄 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/actualbudget/actual/pull/2217 **Author:** [@carkom](https://github.com/carkom) **Created:** 1/12/2024 **Status:** ✅ Merged **Merged:** 1/13/2024 **Merged by:** [@twk3](https://github.com/twk3) **Base:** `master` ← **Head:** `viteHost` --- ### 📝 Commits (4) - [`4a37ae6`](https://github.com/actualbudget/actual/commit/4a37ae678c68044e8eecdb7fa4e95e25b3078fec) add host - [`adcdad0`](https://github.com/actualbudget/actual/commit/adcdad051c1762e9756c2f90ab777f884bd1dc1d) notes - [`f0a27c3`](https://github.com/actualbudget/actual/commit/f0a27c3d591fba6c3a9a1becf73ff25b37b5149a) change location - [`d277578`](https://github.com/actualbudget/actual/commit/d27757877c0146e38e7bd4bdcc987b651c18ebdb) Merge branch 'master' into viteHost ### 📊 Changes **2 files changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/vite.config.mts` (+1 -0) ➕ `upcoming-release-notes/2217.md` (+6 -0) </details> ### 📄 Description Before we switched to vite, npm/yarn had a "allowHost" option which hosted the server to allow access from outside the local. This adds the "host" option back. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 20:52:46 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#4186