-
Notifications
You must be signed in to change notification settings - Fork 758
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
🐛 BUG: create-cloudflare@2.37.0, Output the wrangler.json config format when running create-cloudflare. But when generating the next template, the wrangler.toml file will be read. #7770
Labels
bug
Something that isn't working
regression
Break in existing functionality as a result of a recent change
Comments
+1 |
regression due to #7676 |
emily-shen
added
the
regression
Break in existing functionality as a result of a recent change
label
Jan 15, 2025
hi folks, Thank you for reporting this issue. I can indeed confirm this is a regression introduced by #7676. Working on a fix as we speak |
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something that isn't working
regression
Break in existing functionality as a result of a recent change
Which Cloudflare product(s) does this pertain to?
C3 (npm create cloudflare)
What versions are you using?
2.37.0[create-cloudflare]
What operating system and version are you using?
Mac Sonoma 14.1.1
Please provide a link to a minimal reproduction
No response
Describe the Bug
Version: create-cloudflare@2.37.0.
Output the wrangler.json config format when running create-cloudflare, but when generating the next template, the wrangler.toml file will be read.
https://github.com/cloudflare/workers-sdk/blob/main/packages/create-cloudflare/templates/next/c3.ts
`
const generate = async (ctx: C3Context) => {
const projectName = ctx.project.name;
};
`
Please provide any relevant error logs
╰ ERROR Error: Error: ENOENT: no such file or directory, open '/Users/user/.npm/_npx/971abe9c5e1ca794/node_modules/create-cloudflare/templates/next/wrangler.toml'
The text was updated successfully, but these errors were encountered: