-
Notifications
You must be signed in to change notification settings - Fork 778
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[create-cloudflare] next.js with ts fix (#7854)
* resolves #925 * fixes issue name * fix(create-cloudflare): update version from major to patch * Revert last 3 commits * fix(create-cloudflare): removed top-level await in next.config.ts * fix(create-cloudflare): typo fix * fix(create-cloudflare): changeset fix * fix(create-cloudflare): Update .changeset/famous-coats-admire.md Co-authored-by: Victor Berchet <[email protected]> * fix(create-cloudflare): Update .changeset/famous-coats-admire.md 2 * fix(create-cloudflare): Update .changeset/famous-coats-admire.md 3 Co-authored-by: Victor Berchet <[email protected]> * fix(create-cloudflare): pnpm fix on changeset --------- Co-authored-by: Berat BAYRAM <[email protected]> Co-authored-by: Victor Berchet <[email protected]> Co-authored-by: Carmen Popoviciu <[email protected]>
- Loading branch information
1 parent
35c1dc3
commit eabd9b3
Showing
3 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"create-cloudflare": patch | ||
--- | ||
|
||
Update the Next.js template | ||
|
||
- Removed top-level `await` in `next.config.ts` as it is not allowed there and not required. | ||
- Improved `setupDevPlatform()` comment |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters