How to Deploy SvelteKit to Vercel

preview_player
Показать описание
In this video we quickly deploy a SvelteKit project to Vercel. There are minimal steps required to go from local app to hosted deployment in just a couple minutes. The SvelteKit Vercel adapter provides both client and server functionality by taking advantage of Vercel’s serverless functions offering.

If you enjoy my content you can find me on Twitter @BraydenGirard and make sure you are subscribed on YouTube so you don't miss out on upcoming content!

Рекомендации по теме
Комментарии
Автор

Unfortunately, my repo does not show up in the list on the vercel site. It does say "Make sure to grant Vercel access to the Git repositories you’d like to import.", but no hint how to do that. I've tried googling and still no results. The repo is there, it's public, but vercel cannot access it. Help!

johndeighan
Автор

Hi thanks for the tutorial. I deployed but Im facing some problems. In vercel deployment logs I am getting:
Type: Serverless Function
Function: /
Error: RequestId: Error: Runtime exited with error: exit status 1
Runtime.ExitError

saik