I’m trying to deploy a Deno app on Vercel, and it’s just stuck on stuck on “Deployment is building”… It’s a simple API that converts mp4 to mp3 using ffmpeg here’s is the code for it: GitHub - NilayYadav/deno-ffmpeg-api
Hi @nilayyadav, welcome to the Vercel Community!
Deno is supported by a Community Runtime. From the GitHub repository you shared, it looks like it’s not following the correct directory structure. Your server should be inside the api/
directory. I’d recommend to follow the docs for the Deno runtime.
I hope this was helpful.
1 Like