Compile SvelteKit to an Executable
"EXE is a build tool to distribute your full-stack web app as a single executable binary with zero runtime dependencies.
Unlike static builds that strip away server capabilities, EXE preserves all server-side features of your full stack framework: SSR, API endpoints, server middleware, server-side authentication, etc."
Hugo Duprez
@HugoDuprez