删除多余文件

This commit is contained in:
farion1231
2025-08-22 20:54:45 +08:00
parent 093e54f23c
commit 6706889387
2 changed files with 2 additions and 16 deletions

1
.gitignore vendored
View File

@@ -7,3 +7,4 @@ release/
.env.local
*.tsbuildinfo
.npmrc
CLAUDE.md

View File

@@ -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!