Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot disable prember with environment variable #54

Open
DLiblik opened this issue Mar 12, 2020 · 0 comments
Open

Cannot disable prember with environment variable #54

DLiblik opened this issue Mar 12, 2020 · 0 comments

Comments

@DLiblik
Copy link

DLiblik commented Mar 12, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant