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:
@@ -19,7 +19,7 @@ password = None
|
||||
standalone = False
|
||||
|
||||
# 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
|
||||
multiple_instance = False
|
||||
|
||||
Reference in New Issue
Block a user