Files
egbim_qa_platform/apps/secretary-api/.venv-migrate/bin/watchfiles
T
root 33453ecc55
Deploy staging / deploy (push) Failing after 6s
Initial deployment setup
2026-08-31 16:45:24 +09:00

7 lines
208 B
Python
Executable File

#!/home/b24014/baron_qa/apps/secretary-api/.venv-migrate/bin/python
import sys
from watchfiles.cli import cli
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(cli())