From bcde164af6aeccc13ee77c0b5e505399994095d3 Mon Sep 17 00:00:00 2001 From: neodarz Date: Mon, 8 Jul 2019 15:46:39 +0200 Subject: Initial commit All code are mainly copied then adjusted from https://git.neodarz.net/pro/liberationCenter.git/ --- launch-dev.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 launch-dev.sh (limited to 'launch-dev.sh') diff --git a/launch-dev.sh b/launch-dev.sh new file mode 100755 index 0000000..76eb918 --- /dev/null +++ b/launch-dev.sh @@ -0,0 +1 @@ +FLASK_APP=umosapi FLASK_ENV=development flask run -- cgit v1.2.1