not prefixed with / or ./ or ../
I'm deploying nexths 13 app and getting this error:
error: Relative import path "@/types/collections" not prefixed with / or ./ or ../
8 Replies
Project ID:
N/A
N/A
Are you using Deno?
i have a supabase folder with edge functions
but these are deployed separately
I also have:
"exclude": ["node_modules", "supabase"]
If you're using Deno then you may need to configure import paths
how?
Stack Overflow
deno relative path issue
I wanted to some prefixes for my imports like you can see in the code below:
"paths": {
"~/": ["../../libs/"],
"@/": ["./"]...
I'm not 100% sure though, haven't used deno myself