aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.changes
diff options
context:
space:
mode:
author苏向夜 <46275354+fu050409@users.noreply.github.com>2026-03-29 01:08:02 +0800
committerGitHub <noreply@github.com>2026-03-29 01:08:02 +0800
commitf2f5383a1b615a7493316d558dc55271198e772a (patch)
treed0ed56f4db4f4dd74ba6ae2c1d75643a0949f7c5 /.changes
parent94b0d8e208363c802c12b56d8bdbef574dd1fb91 (diff)
parentef478b29605afbd1c3ec88184b64960e8ad01e71 (diff)
downloadDropOut-f2f5383a1b615a7493316d558dc55271198e772a.tar.gz
DropOut-f2f5383a1b615a7493316d558dc55271198e772a.zip
fix(env): fix vite config to integrate with tauri (#128)
## Summary by Sourcery Align Vite development server configuration with Tauri requirements for the UI package. Enhancements: - Configure Vite dev server with fixed Tauri ports, optional host-based HMR, and ignored `src-tauri` directory to support Tauri development workflows. Chores: - Add a changeset entry documenting the Vite–Tauri integration change and remove the unused example environment file.
Diffstat (limited to '.changes')
-rw-r--r--.changes/vite-tauri.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/.changes/vite-tauri.md b/.changes/vite-tauri.md
new file mode 100644
index 0000000..45d5d64
--- /dev/null
+++ b/.changes/vite-tauri.md
@@ -0,0 +1,5 @@
+---
+"@dropout/ui": "patch:chore"
+---
+
+Fix vite config to integrate with Tauri.