4 lines
No EOL
65 B
Bash
4 lines
No EOL
65 B
Bash
#!/bin/bash
|
|
|
|
export FLASK_APP=app.py
|
|
export FLASK_ENV=development |