Skip to content

Commit 9b6dde5

Browse files
committed
add comments to env vars
1 parent c3fe25c commit 9b6dde5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/cloudflare/src/api/cloudflare-context.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ declare global {
77
NEXT_CACHE_D1_TAGS_TABLE?: string;
88
NEXT_CACHE_D1_REVALIDATIONS_TABLE?: string;
99
NEXT_CACHE_REVALIDATION_WORKER?: Service;
10+
// R2 bucket used for the incremental cache
1011
NEXT_CACHE_R2_BUCKET?: R2Bucket;
12+
// Prefix used for the R2 incremental cache bucket
1113
NEXT_CACHE_R2_PREFIX?: string;
1214
ASSETS?: Fetcher;
1315
}

0 commit comments

Comments
 (0)