Files
mengyaprofile/dev.bat
2026-05-16 19:03:34 +08:00

5 lines
181 B
Batchfile

@echo off
set "ROOT=%~dp0"
start "backend" cmd /k cd /d "%ROOT%mengyaprofile-backend" ^&^& python app.py
start "frontend" cmd /k cd /d "%ROOT%mengyaprofile-frontend" ^&^& npm start