We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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?