icanhasclaims/run_app.cmd

4 lines
82 B
Batchfile

@echo off
set FLASK_ENV=development
set FLASK_APP=src/claims.py
python %FLASK_APP%