From e1097f044a7a1a3b677c20f58cc416bd9ea66d4f Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Sun, 11 Sep 2022 10:29:31 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E6=B7=BB=E5=8A=A0sh=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 run.sh diff --git a/run.sh b/run.sh new file mode 100644 index 0000000..90f86a4 --- /dev/null +++ b/run.sh @@ -0,0 +1 @@ +uvicorn src:create_app --factory \ No newline at end of file