eladkal commented on code in PR #57921: URL: https://github.com/apache/airflow/pull/57921#discussion_r2499573028
########## 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. Review Comment: ```suggestion In certain WSL environments, you will need to set ``CHOKIDAR_USEPOLLING=true`` in your environment variables for hot reloading to work. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
