mirror of
https://github.com/supabase/supabase.git
synced 2026-07-03 14:13:42 -04:00
0645dd4ba1
## Problem We now have `ConnectSheet` and it has been rolled out to everyone. ## Solution Remove the previous `Connect` components ## Out of scope There are opportunities to refactor/move the remaining files in the `apps/studio/components/interfaces/Connect` directory. That will be addressed in a dedicated PR to ease reviewing. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Refactor** * Restructured the database connection setup interface and reorganized framework integration components throughout the application. * Updated internal architecture for managing connection strings, API keys, and configuration utilities. * Modified how framework-specific setup documentation and code examples are organized and delivered across supported platforms. * Updated configuration management for code analysis. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
24 lines
860 B
JSON
24 lines
860 B
JSON
{
|
|
"$schema": "https://unpkg.com/knip@5/schema-jsonc.json",
|
|
"exclude": ["types", "exports"],
|
|
"ignore": [
|
|
"examples/**",
|
|
"**/*.mdx",
|
|
// skip supabase functions
|
|
"supabase/functions/**",
|
|
"**/*.test.ts",
|
|
// ignore studio public folder
|
|
"apps/studio/public/**",
|
|
// ignore studio components that are dynamically imported
|
|
"apps/studio/components/interfaces/ConnectSheet/content/**",
|
|
"apps/studio/components/interfaces/ConnectSheet/ConnectionParameters.tsx",
|
|
"apps/studio/components/interfaces/ConnectSheet/DirectConnectionExamples.tsx",
|
|
"apps/studio/components/interfaces/ConnectSheet/useMcpUrl.ts",
|
|
// ignore studio data templates
|
|
"apps/studio/data/__templates/**",
|
|
// ignore registry blocks in ui-library
|
|
"apps/ui-library/registry/default/**",
|
|
"apps/ui-library/contentlayer.config.js",
|
|
],
|
|
}
|