You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/02 17:45:28 UTC

[GitHub] [airflow] jedcunningham commented on a diff in pull request #24119: Note that yarn dev needs webserver -d

jedcunningham commented on code in PR #24119:
URL: https://github.com/apache/airflow/pull/24119#discussion_r888222211


##########
CONTRIBUTING.rst:
##########
@@ -1253,6 +1253,7 @@ commands:
     yarn run prod
 
     # Starts a web server that manages and updates your assets as you modify them
+    # You'll need to run the webserver in dev mode too: `airflow webserver -d`

Review Comment:
   ```suggestion
       # You'll need to run the webserver in debug mode too: `airflow webserver -d`
   ```
   
   Let's use the language the webserver uses.



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org