Add dev.sh
Used to run the server during development. Uses entr which will restart the server when writing changes to any .py file
This commit is contained in:
parent
b3a2a1fb78
commit
87e477935a
@ -19,7 +19,7 @@ password = None
|
|||||||
standalone = False
|
standalone = False
|
||||||
|
|
||||||
# Defines whether the browser should be opened automatically at startup
|
# Defines whether the browser should be opened automatically at startup
|
||||||
start_browser = True
|
start_browser = False
|
||||||
|
|
||||||
# Multipe instance. If True, multiple clients that connects to your script has different App instances
|
# Multipe instance. If True, multiple clients that connects to your script has different App instances
|
||||||
multiple_instance = False
|
multiple_instance = False
|
||||||
|
Loading…
Reference in New Issue
Block a user