deno compile next.js as standalone executable
Hello,
Is it possible to compile a next.js project as a standalone executable file using deno's compile command? If so, how could I go about accomplishing this?
3 Replies
Hello, I am still looking for an answer to this question.
Is this just not possible?
No. Dono is incompatible with many modules that next.js depends on.
It is absolutely impossible.
I would like to notice you to use docker or pkg.
Thank you for your reply. I hope it will be possible in the future.