Skip to content

Commit

Permalink
Format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
G4brym committed Dec 11, 2023
1 parent 77627ae commit bbd80b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/wrangler/src/dev/miniflare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,9 @@ async function buildMiniflareOptions(
}

if (config.bindings.ai) {
logger.warn("Using Workers AI always accesses your Cloudflare account in order to run AI models, and so will incur usage charges even in local development.");
logger.warn(
"Using Workers AI always accesses your Cloudflare account in order to run AI models, and so will incur usage charges even in local development."
);
}

if (config.bindings.vectorize?.length) {
Expand Down

0 comments on commit bbd80b5

Please sign in to comment.