4 lines
54 B
Text
4 lines
54 B
Text
|
#!/bin/zsh
|
||
|
|
||
|
uvicorn main:api --host 10.0.1.1 --reload
|