|
@@ -69,7 +69,7 @@ def run(*,
|
|
|
:param reload: automatically reload the UI on file changes (default: `True`)
|
|
|
:param uvicorn_logging_level: logging level for uvicorn server (default: `'warning'`)
|
|
|
:param uvicorn_reload_dirs: string with comma-separated list for directories to be monitored (default is current working directory only)
|
|
|
- :param uvicorn_reload_includes: string with comma-separated list of glob-patterns which trigger reload on modification (default: `'.py'`)
|
|
|
+ :param uvicorn_reload_includes: string with comma-separated list of glob-patterns which trigger reload on modification (default: `'*.py'`)
|
|
|
:param uvicorn_reload_excludes: string with comma-separated list of glob-patterns which should be ignored for reload (default: `'.*, .py[cod], .sw.*, ~*'`)
|
|
|
:param tailwind: whether to use Tailwind (experimental, default: `True`)
|
|
|
:param prod_js: whether to use the production version of Vue and Quasar dependencies (default: `True`)
|