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

feat: add support for reading build time env variables from a .env file #882

Merged
merged 1 commit into from
May 4, 2022

Commits on May 4, 2022

  1. feat: add support for reading build time env variables from a .env

    …file
    
    This change will automatically load up a `.env` file, if found, and apply its
    values to the current environment. An example would be to provide a specific
    CLOUDFLARE_ACCOUNT_ID value.
    
    Related to cloudflare#190
    petebacondarwin committed May 4, 2022
    Configuration menu
    Copy the full SHA
    db77991 View commit details
    Browse the repository at this point in the history