Lohith625 commented on code in PR #58080:
URL: https://github.com/apache/airflow/pull/58080#discussion_r2508082568
##########
contributing-docs/03_contributors_quick_start.rst:
##########
@@ -613,6 +613,20 @@ Using Breeze
alt="Accessing local airflow">
</div>
+ **For WSL users:**
+
+ When running the React TypeScript UI with `breeze start-airflow
--development`, you may need to enable polling for file change detection to
make hot reloading work properly.
Review Comment:
Thanks @potiuk! That’s a great suggestion — automating this in Breeze
definitely makes more sense.
I’ll modify the start-airflow logic to detect WSL2 (using
platform.uname().release) and automatically set CHOKIDAR_USEPOLLING=true when
--dev-mode is used.
Once that’s done, I’ll remove the documentation note and update the PR
accordingly. 👍
--
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]