Skip to content

Commit 1d25ee1

Browse files
elsighclaude
andcommitted
Update d3k tarball URL to viewport fix release
Use v0.0.127-canary-viewport release which includes the viewport configuration fix for consistent CLS measurements in headless mode. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7e9b33f commit 1d25ee1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

www/lib/cloud/d3k-sandbox.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,10 +377,10 @@ export async function createD3kSandbox(config: D3kSandboxConfig): Promise<D3kSan
377377
}
378378
console.log(" 🔍 ===== END CHROMIUM DIAGNOSTIC TEST =====")
379379

380-
// Install d3k globally from GitHub release (testing CLS fix)
381-
// TODO: Revert to "dev3000" once v0.0.127 is published to npm
380+
// Install d3k globally from GitHub release (viewport fix for consistent CLS)
381+
// TODO: Revert to "dev3000" once v0.0.128 is published to npm
382382
const d3kTarballUrl =
383-
"https://github.com/vercel-labs/dev3000/releases/download/v0.0.127-canary-test/dev3000-0.0.127-canary.tgz"
383+
"https://github.com/vercel-labs/dev3000/releases/download/v0.0.127-canary-viewport/dev3000-0.0.127-canary.tgz"
384384
if (debug) console.log(` 📦 Installing d3k globally from GitHub release: ${d3kTarballUrl}`)
385385
const d3kInstallResult = await runCommandWithLogs(sandbox, {
386386
cmd: "pnpm",

0 commit comments

Comments
 (0)