Skip to content

Detect the package manager before starting the dev server #108

@WarningImHack3r

Description

@WarningImHack3r

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions