This commit is contained in:
KirisameVanilla 2025-09-21 21:43:07 +08:00
parent 724b29d4a8
commit 435c098a22
No known key found for this signature in database
GPG Key ID: 7FC750F817277AC5
2 changed files with 0 additions and 9 deletions

View File

@ -1,5 +0,0 @@
@echo off
echo Starting backend server...
cd backend/dict-server
python main.py
pause

View File

@ -1,4 +0,0 @@
@echo off
echo Starting frontend development server...
npm run dev
pause