* docs: add vue client to ui-library * docs: add missing vue client to llms.txt * docs: add nuxt client to ui-library * docs: wrong env variable names * docs: fix dependencies * docs: update client-nuxtjs.json * Reinstall the deps so that the pnpm-lock.yaml has less changes. * Add blocks/vue package. * Remove the vue blocks from ui-library. * Copy the vue blocks into ui-library. * Clean up unneeded files. * Regenerate the pnpm-lock file from master. * Fix prettier errors. * docs: update shadcn-vue cli * docs: reusable server client * Small things * docs: improvments after CR --------- Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com> Co-authored-by: Terry Sutton <saltcod@gmail.com>
34 lines
943 B
TypeScript
34 lines
943 B
TypeScript
|
|
// @ts-nocheck
|
|
// This file is autogenerated by scripts/build-registry.ts
|
|
// Do not edit this file directly.
|
|
import * as React from "react"
|
|
|
|
export const Index: Record<string, any> = {
|
|
"default": {
|
|
|
|
"supabase-client-nuxtjs": {
|
|
name: "supabase-client-nuxtjs",
|
|
type: "registry:lib",
|
|
registryDependencies: [],
|
|
source: "",
|
|
files: ["registry/default/clients/nuxtjs/lib/supabase/client.ts","registry/default/clients/nuxtjs/lib/supabase/middleware.ts","registry/default/clients/nuxtjs/lib/supabase/server.ts"],
|
|
category: "undefined",
|
|
subcategory: "undefined",
|
|
chunks: []
|
|
}
|
|
,
|
|
"supabase-client-vue": {
|
|
name: "supabase-client-vue",
|
|
type: "registry:lib",
|
|
registryDependencies: [],
|
|
source: "",
|
|
files: ["registry/default/clients/vue/lib/supabase/client.ts"],
|
|
category: "undefined",
|
|
subcategory: "undefined",
|
|
chunks: []
|
|
}
|
|
|
|
},
|
|
}
|