nuxt-starter-kit
nuxt-starter-kit copied to clipboard
how to remove supabase ?
trying to remove supabase deleted file that include supabase but still have error "supabaseUrl is required. " anyone has save repo buy without supabase please?
Hey @bluequantum Thank you for your interest in the starter kit.
This starter kit isn't intended to be supabase-less
, as it's a core service that powers the authentication both on the client and on the server. However, if you still want just the essentials (not even the auth system) you can checkout the https://github.com/one-aalam/nuxt-starter-kit/tree/basic branch.