Error when running start command for SvelteKit app
I want to deploy my Sveltekit app on Railway but I'm getting errors during the deployment.
Here's my deployment log:
The problem seems to come from my start command. As I'm using Vite, there are no built-in start command so I used this one:
npx http-server ./dist
I don't know what I should use as a start command or what I should modify3 Replies