eschutho commented on a change in pull request #16327:
URL: https://github.com/apache/superset/pull/16327#discussion_r691464901



##########
File path: Makefile
##########
@@ -81,3 +81,9 @@ py-lint: pre-commit
 
 js-format:
        cd superset-frontend; npm run prettier
+
+flask-app:
+       flask run -p 8088 --with-threads --reload --debugger
+
+node-app:
+       cd superset-frontend; npm run dev-server -- --devserverPort=9001

Review comment:
       why 9001?




-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to