Fix: Move project files to root directory

This commit is contained in:
jeremygan2021
2026-01-13 21:23:50 +08:00
parent f85cded5d9
commit ecf994ab19
16 changed files with 0 additions and 0 deletions

6
ins.txt Normal file
View File

@@ -0,0 +1,6 @@
nohup uvicorn main:app --reload --port 9090 > output.log 2>&1 &
uvicorn main:app --host 0.0.0.0 --port 9090
uvicorn main:app --host 0.0.0.0 --port 9090 --reload