-
Notifications
You must be signed in to change notification settings - Fork 53
feat: add config flag support for deploy, preview, and upload commands #790
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
base: main
Are you sure you want to change the base?
feat: add config flag support for deploy, preview, and upload commands #790
Conversation
🦋 Changeset detectedLatest commit: ea348db The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@@ -96,11 +96,14 @@ export function getCacheAssets(opts: BuildOptions): CacheAsset[] { | |||
|
|||
async function populateR2IncrementalCache( | |||
options: BuildOptions, | |||
populateCacheOptions: { target: WranglerTarget; environment?: string } | |||
populateCacheOptions: { target: WranglerTarget; environment?: string; config?: string } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please extract the type to top level?
(Maybe add a comment here that the cacheChunkSize
is not used)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks a lot for the PR 🙏
@james-elicx Could you please take a look when you have time
commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Based on #761 .
Old: #762