Is it possible to deploy server functions to Deno?
What the title says. 😄
I'm interested in TanStack Start and I'd like to know if the compiled backend bundle(s?) are deployable to Deno runtime.
2 Replies
metropolitan-bronzeOP•10mo ago
if I understand correctly the presets are Nitro's ones so it should work? https://nitro.build/deploy/runtimes/deno
Deno - Nitro
Run Nitro apps with Deno runtime.
genetic-orange•10mo ago
Yeah, it should work. the start config builder is typesafe, so if the preset isn't included it should just show the squigelly line.
You shoud just be able to one click deploy to deno with that preset