mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 18:56:24 +03:00
9 lines
92 B
Bash
Executable File
9 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set echo off
|
|
|
|
export FLASK_APP=dyxless
|
|
export FLASK_ENV=development
|
|
|
|
flask run
|