mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
Deprecate npm run backend-sync and related logic (#7211)
This commit is contained in:
committed by
GitHub
parent
6c38cb1a09
commit
0c3e46f8ae
@@ -22,7 +22,7 @@ if [ "$#" -ne 0 ]; then
|
||||
elif [ "$SUPERSET_ENV" = "development" ]; then
|
||||
celery worker --app=superset.sql_lab:celery_app --pool=gevent -Ofair &
|
||||
# needed by superset runserver
|
||||
(cd superset/assets/ && npm ci && npm run sync-backend)
|
||||
(cd superset/assets/ && npm ci)
|
||||
(cd superset/assets/ && npm run dev) &
|
||||
FLASK_ENV=development FLASK_APP=superset:app flask run -p 8088 --with-threads --reload --debugger --host=0.0.0.0
|
||||
elif [ "$SUPERSET_ENV" = "production" ]; then
|
||||
|
||||
Reference in New Issue
Block a user