Skip to content

Commit 92fd3e3

Browse files
author
Ryan Patrick Kyle
committed
clean up formatting
1 parent 73b3aef commit 92fd3e3

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

src/app/dashapp.jl

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -86,19 +86,22 @@ get_index_string(app::DashApp) = app.component.index_string
8686

8787
"""
8888
Activate the dev tools, called by `run_server`.
89-
All parameters can be set by environment variables as listed.
90-
Values provided here take precedence over environment variables.
89+
90+
If a parameter can be set by an environment variable, that is listed as:
91+
env: `DASH_****`
92+
Values provided here take precedence over environment variables.
93+
9194
Available dev_tools environment variables:
92-
- DASH_DEBUG
93-
- DASH_UI
94-
- DASH_PROPS_CHECK
95-
- DASH_SERVE_DEV_BUNDLES
96-
- DASH_HOT_RELOAD
97-
- DASH_HOT_RELOAD_INTERVAL
98-
- DASH_HOT_RELOAD_WATCH_INTERVAL
99-
- DASH_HOT_RELOAD_MAX_RETRY
100-
- DASH_SILENCE_ROUTES_LOGGING
101-
- DASH_PRUNE_ERRORS
95+
- `DASH_DEBUG`
96+
- `DASH_UI`
97+
- `DASH_PROPS_CHECK`
98+
- `DASH_SERVE_DEV_BUNDLES`
99+
- `DASH_HOT_RELOAD`
100+
- `DASH_HOT_RELOAD_INTERVAL`
101+
- `DASH_HOT_RELOAD_WATCH_INTERVAL`
102+
- `DASH_HOT_RELOAD_MAX_RETRY`
103+
- `DASH_SILENCE_ROUTES_LOGGING`
104+
- `DASH_PRUNE_ERRORS`
102105
103106
# Arguments
104107
@@ -311,4 +314,4 @@ function dash(;
311314
)
312315
result = DashApp(app_root_path(), isinteractive(), config, index_string)
313316
return result
314-
end
317+
end

0 commit comments

Comments
 (0)