-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
Commits on Sep 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d28e1b8 - Browse repository at this point
Copy the full SHA d28e1b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5107dab - Browse repository at this point
Copy the full SHA 5107dabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73e1fce - Browse repository at this point
Copy the full SHA 73e1fceView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3d50cb - Browse repository at this point
Copy the full SHA f3d50cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7227d33 - Browse repository at this point
Copy the full SHA 7227d33View commit details -
Configuration menu - View commit details
-
Copy full SHA for f88a900 - Browse repository at this point
Copy the full SHA f88a900View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c643d4f - Browse repository at this point
Copy the full SHA c643d4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eab7a7 - Browse repository at this point
Copy the full SHA 3eab7a7View commit details
Commits on Sep 18, 2024
-
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!
Configuration menu - View commit details
-
Copy full SHA for 77f32bb - Browse repository at this point
Copy the full SHA 77f32bbView commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 164e909 - Browse repository at this point
Copy the full SHA 164e909View commit details -
Configuration menu - View commit details
-
Copy full SHA for 615c407 - Browse repository at this point
Copy the full SHA 615c407View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd345e1 - Browse repository at this point
Copy the full SHA bd345e1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.