diff --git a/tasks.py b/tasks.py index 575e10e24a..ee8a86a5c6 100644 --- a/tasks.py +++ b/tasks.py @@ -1403,7 +1403,7 @@ def frontend_server(c): """ info('Starting frontend development server') yarn(c, 'yarn run compile') - yarn(c, 'yarn run dev') + yarn(c, 'yarn run dev --host') @task(