Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit ff702bf

Browse files
feat: update bootstrap to 6270f39aacac8b000a2f84f4 (#21)
Release-As: 1.0.0
1 parent 73f10c8 commit ff702bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deno/bundle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { writeStage2 } from 'https://625d32be1b90870009edfc99--edge-bootstrap.netlify.app/bundler/mod.ts'
1+
import { writeStage2 } from 'https://6270f39aacac8b000a2f84f4--edge-bootstrap.netlify.app/bundler/mod.ts'
22

33
const [payload] = Deno.args
44
const { basePath, destPath, functions } = JSON.parse(payload)

src/formats/javascript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { ImportMap } from '../import_map.js'
1313
import type { FormatFunction } from '../server/server.js'
1414
import { getFileHash } from '../utils/sha256.js'
1515

16-
const BOOTSTRAP_LATEST = 'https://625d32be1b90870009edfc99--edge-bootstrap.netlify.app/bootstrap/index-combined.ts'
16+
const BOOTSTRAP_LATEST = 'https://6270f39aacac8b000a2f84f4--edge-bootstrap.netlify.app/bootstrap/index-combined.ts'
1717

1818
interface BundleJSOptions {
1919
buildID: string

0 commit comments

Comments
 (0)