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

refactor(deploy): cloudflare serve #879

Merged
merged 12 commits into from
Sep 19, 2024
Merged

refactor(deploy): cloudflare serve #879

merged 12 commits into from
Sep 19, 2024

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    d28e1b8 View commit details
    Browse the repository at this point in the history
  2. fix: netlify deploy plugin

    dai-shi committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    5107dab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73e1fce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3d50cb View commit details
    Browse the repository at this point in the history
  5. copy-pasta

    dai-shi committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    7227d33 View commit details
    Browse the repository at this point in the history
  6. omit ts syntax

    dai-shi committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    f88a900 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    c643d4f View commit details
    Browse the repository at this point in the history
  2. fix deploy plugin

    dai-shi committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3eab7a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. fix(deploy): move saving the build config to deploy plugins (#888)

    This (along with the previous #874) resolves the issue in #871. The
    build config was being written to the wrong location for cloudflare
    pages This PR exports a function from the build module that appends the
    build config to the given entries file location. It uses a new unstable
    build config state variable (`unstable_buildConfigSave`) to track
    whether or not the build config has be saved to the entries file. This
    allows the cloudflare deploy plugin to write the build config into the
    worker function directory instead of the root.
    
    We could merge #879 and then I can edit the base branch to main and
    continue with this PR. Or however you want to handle it. Thank you!
    rmarscher authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    77f32bb View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    164e909 View commit details
    Browse the repository at this point in the history
  2. use context storage

    dai-shi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    615c407 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd345e1 View commit details
    Browse the repository at this point in the history