Skip to content

@cloudflare/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 09:49
· 246 commits to main since this release
2f63de8

Patch Changes

  • b1c3a33: fix --info showing [object Promise] for relevant packages instead of their versions

  • a9b8c3c: Overwrite prerendered files if they already exist in the output directory.

    When using --skip-build, it would fail if a prerendered file already existed, so we need to override the files so that the build process can continue like normal. This was problematic as after the first build, the prerendered files would now exist in the output directory as static assets, preventing any additional builds.

  • b1c3a33: fix vercel command not found issue