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 c0cb5ff commit d07d6a0Copy full SHA for d07d6a0
packages/cloudflare/src/cli/commands/populate-cache.ts
@@ -25,8 +25,8 @@ import {
25
PREFIX_ENV_NAME as R2_CACHE_PREFIX_ENV_NAME,
26
} from "../../api/overrides/incremental-cache/r2-incremental-cache.js";
27
import {
28
- NAME as D1_TAG_NAME,
29
BINDING_NAME as D1_TAG_BINDING_NAME,
+ NAME as D1_TAG_NAME,
30
} from "../../api/overrides/tag-cache/d1-next-tag-cache.js";
31
import type { WranglerTarget } from "../utils/run-wrangler.js";
32
import { runWrangler } from "../utils/run-wrangler.js";
0 commit comments