Skip to content

Commit

Permalink
Merge branch 'main' into vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
khendrikse committed Mar 3, 2023
2 parents 9d61a9b + 88928c7 commit 3497284
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://63ee03b14efa8d0008e1330a--edge.netlify.com/bootstrap/index-combined.ts'
const BOOTSTRAP_LATEST = 'https://6400da4c63e35700091e09d5--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 3497284

Please sign in to comment.