dict-front/start-backend.bat

6 lines
86 B
Batchfile

@echo off
echo Starting backend server...
cd backend/dict-server
python main.py
pause