Using deno compile
to create distributable Fresh app
#2639
Replies: 1 comment 3 replies
-
Not possible at the moment, because |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to create compiled binary for Deno Fresh app?
I've tried various
deno compile
options and can get a binary built, but it won't run without errors.When compiling
src/main.ts
, running the binary throws:When compiling
src/_fresh/main.js
, running the binary throws:Is there a workaround or solution for compiling a binary I can distribute so users can run the Deno Fresh app locally?
Beta Was this translation helpful? Give feedback.
All reactions