mirror of
https://github.com/apache/superset.git
synced 2026-04-23 18:14:56 +00:00
Override manifest.json only when `npm run dev`, not `npm run dev-server`. This allows developers to compare between the current version of Superset with what they are working on without switching back and forth between branches. All they need to do is to first start the current version with production build: ``` npm run build superset run -p 8088 ``` Then start the dev server in another window: ``` npm run dev-server ```
14 KiB
14 KiB