Skip to content

Commit 43279aa

Browse files
committed
docs: add frontend.hotdeploy.dependencies documentation
1 parent 5c639cc commit 43279aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/flow/configuration/properties.adoc

+6
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,12 @@ Bundle parameter controls parts of frontend bundle creation.
225225
|`false`
226226
|Development
227227

228+
|`frontend.hotdeploy.dependencies`
229+
|`vaadin.frontend.hotdeploy.dependencies`
230+
|A comma-separated list of module directories to watch for frontend file changes when detecting hot-deployable changes. Entries need to point to directories relative to the root project, and can point to the root project itself as well, in case it has frontend files as resources. The value could be for example "./,./component-module-1,./component-module-2". Flow will watch for changes in both `src/main/resources/META-INF/frontend` and `src/main/resources/META-INF/resources/frontend` directories under the given entries.
231+
|``
232+
|Development
233+
228234
|`heartbeatInterval`
229235
|`vaadin.heartbeatInterval`
230236
|Sets the heartbeat interval time. UIs that are open on the client-side send a regular heartbeat to the server indicating that they're still active even without ongoing user interaction. When the server doesn't receive a valid heartbeat from a given UI within a certain amount of time, it removes that UI from the session. The interval value is expressed in `seconds`. See also `closeIdleSessions`.

0 commit comments

Comments
 (0)