5 lines
84 B
Text
5 lines
84 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
export FLASK_APP="sampleplayer"
|
||
|
export FLASK_ENV="development"
|