supabase icon indicating copy to clipboard operation
supabase copied to clipboard

Eslint complaining about unresolved import from #supabase/server

Open cco3 opened this issue 1 year ago • 3 comments

The examples show doing things like the following:

import { serverSupabaseServiceRole } from '#supabase/server'

But the eslint import plugin doesn't like that

Unable to resolve path to module '#supabase/server'  import/no-unresolved

Any suggestions on the right way to fix this?

cco3 avatar Apr 05 '24 15:04 cco3