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 e7318fd commit 5f37b19Copy full SHA for 5f37b19
tests/utils/fixture.ts
@@ -32,7 +32,8 @@ import { BLOB_TOKEN } from './constants.mjs'
32
import { type FixtureTestContext } from './contexts.js'
33
import { setNextVersionInFixture } from './next-version-helpers.mjs'
34
35
-const bootstrapURL = 'https://edge.netlify.com/bootstrap/index-combined.ts'
+const bootstrapURL =
36
+ 'https://6877afcf20679a00086bab1c--edge.netlify.com/bootstrap/index-combined.ts'
37
const actualCwd = await vi.importActual<typeof import('process')>('process').then((p) => p.cwd())
38
const eszipHelper = join(actualCwd, 'tools/deno/eszip.ts')
39
0 commit comments