Tommypop
How do get Cloudflare bindings in dev?
Hi, this issue might be useful: https://github.com/cloudflare/workers-sdk/issues/5912
4 replies
create example solidstart project takes forever
Bun did implement this function here: https://github.com/oven-sh/bun/pull/11392, but there hasn't been a release yet so updating bun likely won't work
13 replies
create example solidstart project takes forever
Maybe try forcing version 0.5.11 when creating:
bun create [email protected]
. (I removed the use of a function that wasn't implemented in bun and node 18)13 replies