unwind/scripts/dev-server

8 lines
111 B
Text
Raw Normal View History

2021-07-25 19:01:25 +02:00
#!/bin/sh -eu
cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
exec uvicorn unwind:create_app --factory --reload