Cant deploy to vercel after following the tutorial
Answered
Transvaal lion posted this in #help-forum
Transvaal lionOP
This is what I get whenever I try to deploy. I can run it fine on my computer so Im not sure why I get an error here.
5 Replies
@Transvaal lion This is what I get whenever I try to deploy. I can run it fine on my computer so Im not sure why I get an error here.
issue must be with your tsconfig.ts file, it either not configured well or is entirely missing
Transvaal lionOP
this is my config file
i searched it up and some people said to add the baseurl and paths part but it didnt do anything
@Transvaal lion this is my config file
replace app/* with ./app/*
Answer
Transvaal lionOP
oh it worked thanks