mirror of
https://github.com/mizhexiaoxiao/vue-fastapi-admin.git
synced 2026-09-23 21:38:07 +00:00
3 lines
63 B
Bash
3 lines
63 B
Bash
#!/bin/zsh
|
|
|
|
uvicorn app:app --reload --host 0.0.0.0 --port 9999 |