Skip to content

Commit 9f06f5d

Browse files
elsighclaude
andcommitted
Use properly built tarball with viewport fix
Previous tarball was packed before building, so the compiled cdp-monitor.js didn't include the viewport fix. Now using v0.0.127-canary-viewport2 which has the built code. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1d25ee1 commit 9f06f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/lib/cloud/d3k-sandbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ export async function createD3kSandbox(config: D3kSandboxConfig): Promise<D3kSan
380380
// Install d3k globally from GitHub release (viewport fix for consistent CLS)
381381
// 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-viewport/dev3000-0.0.127-canary.tgz"
383+
"https://github.com/vercel-labs/dev3000/releases/download/v0.0.127-canary-viewport2/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)