#not prefixed with / or ./ or ../

11 messages · Page 1 of 1 (latest)

night hound
#

I'm deploying nexths 13 app and getting this error:
error: Relative import path "@/types/collections" not prefixed with / or ./ or ../

white trenchBOT
#

Project ID: N/A

proven muskBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

night hound
#

N/A

junior egret
#

Are you using Deno?

night hound
#

i have a supabase folder with edge functions

#

but these are deployed separately

#

I also have:
"exclude": ["node_modules", "supabase"]

junior egret
#

If you're using Deno then you may need to configure import paths

night hound
#

how?

junior egret