mirror of
https://github.com/Llloooggg/TextSouls.git
synced 2026-03-06 12:36:23 +03:00
8 lines
88 B
Bash
Executable File
8 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set echo off
|
|
|
|
export FLASK_APP=textsouls
|
|
export FLASK_DEBUG=true
|
|
|
|
flask run |