Skip to content

Commit 4c8c801

Browse files
authored
Merge branch 'main' into main
2 parents 5a1df9b + 5f37b19 commit 4c8c801

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/utils/fixture.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ import { BLOB_TOKEN } from './constants.mjs'
3232
import { type FixtureTestContext } from './contexts.js'
3333
import { setNextVersionInFixture } from './next-version-helpers.mjs'
3434

35-
const bootstrapURL = 'https://edge.netlify.com/bootstrap/index-combined.ts'
35+
const bootstrapURL =
36+
'https://6877afcf20679a00086bab1c--edge.netlify.com/bootstrap/index-combined.ts'
3637
const actualCwd = await vi.importActual<typeof import('process')>('process').then((p) => p.cwd())
3738
const eszipHelper = join(actualCwd, 'tools/deno/eszip.ts')
3839

0 commit comments

Comments
 (0)