Skip to content

Commit

Permalink
feat!: update edge function bootstrap to latest version (#5616)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Deno file system APIs in edge functions were aligned with the production environment
and are now also not available anymore locally.
  • Loading branch information
danez authored Apr 12, 2023
1 parent 8bcc4c9 commit 80b575e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/edge-functions/bootstrap.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { env } from 'process'

const latestBootstrapURL = 'https://6419767d9dc968000848742a--edge.netlify.com/bootstrap/index-combined.ts'
const latestBootstrapURL = 'https://643581608391e3000851cc94--edge.netlify.com/bootstrap/index-combined.ts'

export const getBootstrapURL = () => env.NETLIFY_EDGE_BOOTSTRAP || latestBootstrapURL

1 comment on commit 80b575e

@github-actions
Copy link

Choose a reason for hiding this comment

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

📊 Benchmark results

  • Package size: 306 MB

Please sign in to comment.