Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/edge-bundler/deno/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// this needs to be updated whenever there's a change to globalThis.Netlify in bootstrap
import { Netlify } from "https://64e8753eae24930008fac6d9--edge.netlify.app/bootstrap/index-combined.ts"
import { Netlify } from "https://68945e2afae503000862a504--edge.netlify.app/bootstrap/index-combined.ts"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not ideal, but should we use getURL helper from edge-functions-bootstrap package to get bootstrap url? Afaik it provides branch urls (derived from package version name) and last deploys on branch deploys should never get deleted given our current soft deletion logic?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh nvm just noticed this change is superseded by #6609 (review).


const [functionURL, collectorURL, rawExitCodes] = Deno.args
const exitCodes = JSON.parse(rawExitCodes)
Expand Down
Loading