this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: syntax error in the worker banner (#301)

authored by

Victor Berchet and committed by
GitHub
3ed6cd15 675d58d5

+6 -1
+5
.changeset/spicy-turkeys-share.md
··· 1 + --- 2 + "@opennextjs/cloudflare": patch 3 + --- 4 + 5 + fix: syntax error
+1 -1
packages/cloudflare/src/cli/build/bundle-server.ts
··· 130 130 // https://github.com/cloudflare/workerd/issues/2746 131 131 // https://github.com/cloudflare/workerd/issues/3245 132 132 Object.defineProperty(init, "body", { 133 - value: init.body instanceof __cf_stream.Readable ? ReadableStream.from(init.body) : init.body; 133 + value: init.body instanceof __cf_stream.Readable ? ReadableStream.from(init.body) : init.body 134 134 }); 135 135 } 136 136 super(input, init);