mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 09:33:44 +01:00
4 lines
101 B
Bash
Executable File
4 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
|
|
FLASK_APP=app/__init__.py FLASK_CONFIG=../config.cfg FLASK_DEBUG=1 python3 -m flask run
|