From 94d63adcf36aac13f5d94c2d4cd651907d833794 Mon Sep 17 00:00:00 2001 From: Brent Bovenzi Date: Thu, 2 Jun 2022 14:10:33 -0400 Subject: [PATCH] Use -D --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 8bab15352577a..fffd533857618 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1253,7 +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 debug mode too: `airflow webserver -d` + # You'll need to run the webserver in debug mode too: `airflow webserver -D` yarn run dev