Skip to content

Cannot disable prember with environment variable #54

@DLiblik

Description

@DLiblik

Running:

PREMBER=false ember s

actually forces prember to run because the test done as:

if (process.env.PREMBER) {
  enabled = true;
}

Would be more effective if the option could also be disabled:
PREMBER_DISABLED=true
or
PREMBER=false

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