5 lines
83 B
Bash
Executable file
5 lines
83 B
Bash
Executable file
#!/bin/sh -eu
|
|
|
|
[ -z "${DEBUG:-}" ] || set -x
|
|
|
|
exec uvicorn unwind:web_app --reload
|