From d99f770216fafaed41e0fd6f7fde2d3bc670efc2 Mon Sep 17 00:00:00 2001 From: hackrobot Date: Mon, 25 Mar 2024 12:47:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20pm2=E5=90=AF=E5=8A=A8=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kunpeng.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 kunpeng.sh diff --git a/kunpeng.sh b/kunpeng.sh new file mode 100644 index 0000000..97b8800 --- /dev/null +++ b/kunpeng.sh @@ -0,0 +1 @@ +uvicorn main:app --host 0.0.0.0 --reload --port 28369 \ No newline at end of file