supabase
supabase copied to clipboard
Eslint complaining about unresolved import from #supabase/server
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?