Skip to content

Commit 252a2a9

Browse files
authored
Update packages/cloudflare/src/cli/templates/images.ts
1 parent ea4677c commit 252a2a9

File tree

1 file changed

+1
-0
lines changed
  • packages/cloudflare/src/cli/templates

1 file changed

+1
-0
lines changed

packages/cloudflare/src/cli/templates/images.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export type RemotePattern = {
22
protocol?: "http" | "https";
33
hostname: string;
44
port?: string;
5+
// pathname is always set in the manifest (to `makeRe(pathname ?? '**', { dot: true }).source`)
56
pathname: string;
67
search?: string;
78
};

0 commit comments

Comments
 (0)