mirror of
https://github.com/kihashi/stardew_community_checklist.git
synced 2025-10-19 08:03:17 +00:00
Added a file to run development server.
This commit is contained in:
parent
a48ec9e286
commit
d6c5601535
10
runserver.py
Normal file
10
runserver.py
Normal file
@ -0,0 +1,10 @@
|
||||
"""
|
||||
|
||||
Author: John Cleaver <cleaver.john.k@gmail.com>
|
||||
Copyright: 2016 John Cleaver
|
||||
License: See LICENSE file
|
||||
"""
|
||||
|
||||
from stardew_community_checklist import app
|
||||
|
||||
app.run(debug=True)
|
||||
Loading…
Reference in New Issue
Block a user