mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-16 02:46:44 +02:00
Add a development run.py script
This commit is contained in:
parent
79adbbb76c
commit
e7399e6926
5
admin/run.py
Normal file
5
admin/run.py
Normal file
@ -0,0 +1,5 @@
|
||||
from freeposte import app
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(debug=True)
|
Loading…
Reference in New Issue
Block a user