We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffbc477 commit b6964c1Copy full SHA for b6964c1
packages/cloudflare/src/cli/build/index.ts
@@ -184,9 +184,10 @@ function ensureCloudflareConfig(config: OpenNextConfig) {
184
}
185
186
/**
187
- * Creates a `wrangler.jsonc` file for the user if it doesn't exist, but only after asking for the user's confirmation.
+ * Creates a `wrangler.jsonc` file for the user if a wrangler config file doesn't already exist,
188
+ * but only after asking for the user's confirmation.
189
*
- * If the user refuses an error is thrown (since the file is mandatory).
190
+ * If the user refuses a warning is shown (which offers ways to opt out of this check to the user).
191
192
* @param projectOpts The options for the project
193
*/
0 commit comments