webclip/scripts/server

11 lines
170 B
Text
Raw Normal View History

2024-02-03 15:12:35 +01:00
#!/bin/sh -eu
[ -z "${DEBUG:-}" ] || set -x
# --reload \
# exec poetry run uvicorn \
exec uvicorn \
--no-server-header \
--no-date-header \
webclip:app