You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi friends, apologies if this has already been asked. I'm looking at compiling a SvelteKit app into a binary to reduce ops and deployment complexity. For single file executables you can provide a single .js/.ts file as input that imports the required dependencies but how to do you specify say a vite project and emulate a command like "bun run prod" inside of the .js/.ts file so that the executable starts up a blocking server?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi friends, apologies if this has already been asked. I'm looking at compiling a SvelteKit app into a binary to reduce ops and deployment complexity. For single file executables you can provide a single .js/.ts file as input that imports the required dependencies but how to do you specify say a vite project and emulate a command like "bun run prod" inside of the .js/.ts file so that the executable starts up a blocking server?
Beta Was this translation helpful? Give feedback.
All reactions