jscheffl commented on code in PR #46871: URL: https://github.com/apache/airflow/pull/46871#discussion_r1960664877
########## airflow/ui/CONTRIBUTING.md: ########## @@ -28,7 +28,7 @@ Manually: - Have the `dev-mode` environment variable enabled - Run `pnpm install && pnpm dev` -- Note: Make sure to access the UI via the Airflow localhost port (8080 or 28080) and not the vite port (5173) +- Note: Make sure to access the UI via the Airflow localhost port (9091 or 29091) and not the vite port (5173) Review Comment: Maybe not in this PR but in a follow-up I'd propose to change fastAPI to 8080 and the external exposure in breeze to 28080 as a full replacement. -- 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]
