Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Fix some migration errors #2127

Merged
merged 2 commits into from
Nov 9, 2021
Merged

Conversation

xortive
Copy link
Contributor

@xortive xortive commented Nov 8, 2021

  • Don't include migrations in Target for preview/dev uploads

@xortive xortive requested a review from a team November 8, 2021 22:20
@@ -349,6 +349,12 @@ impl Manifest {
if build.command.is_none() {
anyhow::bail!(error_message)
}
if matches!(build.upload, UploadFormat::Modules { .. }) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might not be true as of later tonight. We're landing #2126, and making a release of https://github.com/cloudflare/kv-asset-handler and will update the docs showing hwo it works with es modules.

@xortive xortive force-pushed the malonso/fix-migrations-modules branch from 8f84b08 to f86efc7 Compare November 9, 2021 18:24
@xortive xortive force-pushed the malonso/fix-migrations-modules branch from f86efc7 to dfa7344 Compare November 9, 2021 18:24
Copy link
Contributor

@threepointone threepointone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tentatively approving, the suggestion should fix the lint error too.

src/settings/toml/manifest.rs Outdated Show resolved Hide resolved
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants