webclip/scripts/server

11 lines
166 B
Text
Raw Permalink Normal View History

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