#Building bun-react
1 messages · Page 1 of 1 (latest)
What should "building" those routes do? Bun can just run the typescript source
I'm sorry if I wasn't clear, I meant compiling the source code to a production ready form for an environment such as vercel, cloudflare, aws etc.
The bun build command only builds the frontend, when I tried
Ah, that's pretty cool, do you deploy docker on aws or any other platforms?
Is there any way to deploy this on platforms like netlify, cloudflare or vercel
I've deploy elysia+bun on render, railway, cloud run
The easiest i think railway: create Dockerfile -> connect it your github on railway -> deploy