You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current dev script in root package.json uses --recursive to run all dev scripts from all packages (in cases where other packages have their own dev scripts) - but runs them sequentially and not in parallel.
The current dev script in root
package.jsonuses --recursive to run all dev scripts from all packages (in cases where other packages have their own dev scripts) - but runs them sequentially and not in parallel.blockers:
--concurrency-limitand--parallelvoidzero-dev/vite-task#309