5 lines
84 B
Batchfile
5 lines
84 B
Batchfile
@echo off
|
|
cd /d "%~dp0mengyaprofile-backend"
|
|
set RUN_MODE=development
|
|
python app.py
|