删除多余文件
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -6,4 +6,5 @@ release/
|
|||||||
.env
|
.env
|
||||||
.env.local
|
.env.local
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
.npmrc
|
.npmrc
|
||||||
|
CLAUDE.md
|
||||||
@@ -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!
|
|
||||||
Reference in New Issue
Block a user