mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Added --reload argument to 'immutabase serve' command
Uses hupper to restart the server when the code changes. Useful for development. Depends on https://pypi.python.org/pypi/hupper
This commit is contained in:
parent
8af7bc100c
commit
abb591d832
2 changed files with 7 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -11,6 +11,7 @@ setup(
|
|||
'click-default-group==1.2',
|
||||
'sanic==0.6.0',
|
||||
'sanic-jinja2==0.5.5',
|
||||
'hupper==1.0',
|
||||
],
|
||||
entry_points='''
|
||||
[console_scripts]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue