aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.env.example
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 /.env.example
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 '.env.example')
-rw-r--r--.env.example7
1 files changed, 0 insertions, 7 deletions
diff --git a/.env.example b/.env.example
deleted file mode 100644
index 9e7e55a..0000000
--- a/.env.example
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copy this file to .env and fill in values to enable optional features at build time.
-# .env is gitignored and will never be committed.
-
-# CurseForge API key — required only to build with CurseForge modpack support.
-# Obtain one at https://console.curseforge.com/
-# If absent, CurseForge modpack import is disabled at runtime (all other features work normally).
-# CURSEFORGE_API_KEY=your_key_here