diff options
author | 2021-09-02 11:54:38 -0700 | |
---|---|---|
committer | 2021-09-02 11:54:38 -0700 | |
commit | 336aa0d9a5047ae52f1371630b3d765448c7e5fc (patch) | |
tree | 097558fc250564c524f0d2729b5332adf50cd8f4 /examples/hello-next/bun-framework-next/server.development.tsx | |
parent | c015c0c0cd06506c4460dd27f88aaa1fc2109344 (diff) | |
download | bun-336aa0d9a5047ae52f1371630b3d765448c7e5fc.tar.gz bun-336aa0d9a5047ae52f1371630b3d765448c7e5fc.tar.zst bun-336aa0d9a5047ae52f1371630b3d765448c7e5fc.zip |
Commit latest bun-frmaework-next changes
Former-commit-id: ac2100b990eca4288201b070d0ba972484e57556
Diffstat (limited to 'examples/hello-next/bun-framework-next/server.development.tsx')
-rw-r--r-- | examples/hello-next/bun-framework-next/server.development.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/hello-next/bun-framework-next/server.development.tsx b/examples/hello-next/bun-framework-next/server.development.tsx index 593ebbfa5..c6a7beebf 100644 --- a/examples/hello-next/bun-framework-next/server.development.tsx +++ b/examples/hello-next/bun-framework-next/server.development.tsx @@ -1,4 +1,6 @@ import * as React from "react"; +import { Buffer } from "buffer"; +globalThis.Buffer = Buffer; class URL { constructor(base, source) { |