mirror of
https://github.com/Llloooggg/TextSouls.git
synced 2026-03-06 12:36:23 +03:00
init
This commit is contained in:
8
backend/scripts/runserver.sh
Executable file
8
backend/scripts/runserver.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
set echo off
|
||||
|
||||
export FLASK_APP=backend
|
||||
export FLASK_DEBUG=true
|
||||
|
||||
flask run
|
||||
Reference in New Issue
Block a user