add backend run.sh script

This commit is contained in:
2024-10-15 23:51:51 -05:00
parent 7038fb2c3e
commit 7ff9d12143

3
backend/run.sh Normal file → Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
poetry run hypercorn linkpulse.main:app --reload