Skip to content

Commit 658669d

Browse files
committed
refactor: update bootstrap URL
1 parent c99bc2e commit 658669d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/dev/src/main.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,9 @@ export class NetlifyDev {
331331
)
332332

333333
this.#edgeFunctionsHandler = new EdgeFunctionsHandler({
334-
bootstrapURL: 'https://edge.netlify.com/bootstrap/index-combined.ts',
334+
// TODO: Pull this dynamically once this is merged
335+
// https://github.com/netlify/edge-functions-bootstrap/pull/423
336+
bootstrapURL: 'https://6835eab98680520008f5dd6f--edge.netlify.com/bootstrap/index-combined.ts',
335337
configDeclarations: this.#config?.config.edge_functions ?? [],
336338
directories: [this.#config?.config.build.edge_functions].filter(Boolean) as string[],
337339
env,

0 commit comments

Comments
 (0)