Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, it is not impossible to use the node adapter to run SvelteKit in production. In fact, the node adapter is one of the recommended ways to deploy SvelteKit applications to production environments. You can use tools like PM2 or systemd to manage your node process and ensure that it is always running. Additionally, you may want to use a reverse proxy like NGINX to handle HTTPS termination and other tasks.