Does Start SSR run on BunnyCDN edge network?
I have little experience with either, but wondering if a Tanstack Start SSR app would run on BunnyCDN's magic containers, which uses Deno (version unsure)? I did not find any info regarding Deno in general in the docs, so I guess this will likely be problematic just for that reason?
https://bunny.net/magic-containers/
bunny.net
Magic Containers - Forget edge complexity. Run anything. Anywhere. ...
Seamlessly deploy any application, exactly where your users need it—with just a few clicks. No DevOps. No scaling struggles. No complexity.
5 Replies
other-emerald•3mo ago
deno is a supported nitro target
other-emerald•3mo ago
Deno - Nitro
Run Nitro apps with Deno runtime.
other-emerald•3mo ago
so worth a try
rising-crimsonOP•3mo ago
Thanks Manuel - to configure Nitro as part of Start, I would just include a nitro.config.ts? Or would that happen as part of the app.config.ts? In case you know...
other-emerald•3mo ago
there is no app.config.ts anymore, start is just a vite plugin
you would set the target in the start vite plugin.