I have a svelte kit project. I want to deploy the app in an Nginx web server after an npm run build
. At the moment I have a node container and I use to start using npm run preview
. It's working fine, but I want to deploy in a production environment using build
.
How could I do that?
ref: https://kit.svelte.dev/docs#command-line-interface-svelte-kit-build