We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99bc2e commit 658669dCopy full SHA for 658669d
1 file changed
packages/dev/src/main.ts
@@ -331,7 +331,9 @@ export class NetlifyDev {
331
)
332
333
this.#edgeFunctionsHandler = new EdgeFunctionsHandler({
334
- bootstrapURL: 'https://edge.netlify.com/bootstrap/index-combined.ts',
+ // 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',
337
configDeclarations: this.#config?.config.edge_functions ?? [],
338
directories: [this.#config?.config.build.edge_functions].filter(Boolean) as string[],
339
env,
0 commit comments