icanhasclaims/run_app.sh

3 lines
76 B
Bash

#!/usr/bin/env bash
FLASK_ENV=development FLASK_APP=src/claims.py flask run