Skip to content

Commit f8372c0

Browse files
committed
try removing imagesLocalMode option
1 parent 9d8bd81 commit f8372c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite-plugin-cloudflare/src/miniflare-options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ export async function getDevMiniflareOptions(config: {
421421
},
422422
resolvedPluginConfig.cloudflareEnv,
423423
{
424-
imagesLocalMode: true,
424+
// imagesLocalMode: true,
425425
remoteProxyConnectionString:
426426
remoteProxySessionData?.session
427427
?.remoteProxyConnectionString,

0 commit comments

Comments
 (0)