Files
TextSouls/backend/scripts/runserver.sh
2022-11-17 21:02:53 +03:00

8 lines
86 B
Bash
Executable File

#!/bin/bash
set echo off
export FLASK_APP=backend
export FLASK_DEBUG=true
flask run