Skip to content

Commit

Permalink
feat: Update BOOTSTRAP_LATEST (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Dec 12, 2022
1 parent 277dc30 commit 0f9e79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/formats/javascript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { deleteAsync } from 'del'
import { EdgeFunction } from '../edge_function.js'
import type { FormatFunction } from '../server/server.js'

const BOOTSTRAP_LATEST = 'https://638f0e00dc20510008d6a1f4--edge.netlify.com/bootstrap/index-combined.ts'
const BOOTSTRAP_LATEST = 'https://639708f6d7f813000870695c--edge.netlify.com/bootstrap/index-combined.ts'

const defaultFormatExportTypeError: FormatFunction = (name) =>
`The Edge Function "${name}" has failed to load. Does it have a function as the default export?`
Expand Down

0 comments on commit 0f9e79a

Please sign in to comment.