This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new d627b90e631 add doc line for hot reloading ui in certain wsl
environments (#57921)
d627b90e631 is described below
commit d627b90e63128b2a16d44e630d7c2b1344d0ef12
Author: Aaron Wolmutt <[email protected]>
AuthorDate: Sat Nov 8 15:49:11 2025 -0600
add doc line for hot reloading ui in certain wsl environments (#57921)
* docs: add doc for hot reloading in certain wsl environments
* typo
* Update contributing-docs/15_node_environment_setup.rst
---------
Co-authored-by: Elad Kalif <[email protected]>
---
contributing-docs/15_node_environment_setup.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/contributing-docs/15_node_environment_setup.rst
b/contributing-docs/15_node_environment_setup.rst
index 1468787e8ca..841161ea4ed 100644
--- a/contributing-docs/15_node_environment_setup.rst
+++ b/contributing-docs/15_node_environment_setup.rst
@@ -30,6 +30,8 @@ Airflow UI
Make sure you are using recent versions of ``pnpm>=9`` and ``node>=20``.
``breeze start-airflow`` will build the UI automatically.
Adding the ``--dev-mode`` flag will automatically run the vite dev server for
hot reloading the UI during local development.
+In certain WSL environments, you will need to set ``CHOKIDAR_USEPOLLING=true``
in your environment variables for hot reloading to work.
+
pnpm commands
-------------