From 67068893872e2efeb774ede7dad04876f578e135 Mon Sep 17 00:00:00 2001 From: farion1231 Date: Fri, 22 Aug 2025 20:54:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- start-dev.bat | 15 --------------- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 start-dev.bat diff --git a/.gitignore b/.gitignore index 826bb8d..4947a84 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ release/ .env .env.local *.tsbuildinfo -.npmrc \ No newline at end of file +.npmrc +CLAUDE.md \ No newline at end of file diff --git a/start-dev.bat b/start-dev.bat deleted file mode 100644 index 77ad180..0000000 --- a/start-dev.bat +++ /dev/null @@ -1,15 +0,0 @@ -@echo off -echo Starting CC Switch Development Server... -echo. - -echo [1/2] Starting Vite dev server... -start /B cmd /c "pnpm run dev:renderer" - -echo [2/2] Waiting for Vite to start... -timeout /t 5 /nobreak > nul - -echo Starting Electron... -pnpm run dev:electron - -echo. -echo Development server started! \ No newline at end of file