icanhasclaims/run_app.cmd

4 lines
73 B
Batchfile

@echo off
set FLASK_ENV=development
set FLASK_APP=src/claims.py
flask run