5 lines
113 B
Batchfile
5 lines
113 B
Batchfile
@echo off
|
|
chcp 65001 >/dev/null
|
|
set PYTHONIOENCODING=utf-8
|
|
python -m uvicorn main:app --host 0.0.0.0 --port 8021
|