diff options
| author | 2026-03-29 01:00:12 +0800 | |
|---|---|---|
| committer | 2026-03-29 01:00:12 +0800 | |
| commit | ef478b29605afbd1c3ec88184b64960e8ad01e71 (patch) | |
| tree | d0ed56f4db4f4dd74ba6ae2c1d75643a0949f7c5 /.env.example | |
| parent | 94b0d8e208363c802c12b56d8bdbef574dd1fb91 (diff) | |
| download | DropOut-ef478b29605afbd1c3ec88184b64960e8ad01e71.tar.gz DropOut-ef478b29605afbd1c3ec88184b64960e8ad01e71.zip | |
fix(env): fix vite config to integrate with taurifix/vite-tauri
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 7 |
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 |