Package manager detection (and possibly other preflight stuff) runs after the dev server is spun up.
This might be unwanted because pre-checks like package manager detection can throw and instantly terminate the dev server, and open a new tab for nothing.
In my opinion, every possible throwing pre-check operation should be run before the server starts; only the actual analysis can happen after.
Package manager detection (and possibly other preflight stuff) runs after the dev server is spun up.
This might be unwanted because pre-checks like package manager detection can throw and instantly terminate the dev server, and open a new tab for nothing.
In my opinion, every possible throwing pre-check operation should be run before the server starts; only the actual analysis can happen after.