#Building bun-react

1 messages · Page 1 of 1 (latest)

placid basin
#

I've been really enjoying bun recently, and used bun init to create a react app. I would like to build it, but the inbuilt build command only compiles frontend code. The bun server also has a few api routes. How would I build those as well?

mystic lion
#

What should "building" those routes do? Bun can just run the typescript source

placid basin
#

The bun build command only builds the frontend, when I tried

mystic lion
#

ah I always just use docker

#

otherwise it's not using bun

placid basin
placid basin
#

Is there any way to deploy this on platforms like netlify, cloudflare or vercel

frigid finch
frigid finch