mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 08:56:46 -04:00
bb02df5f69
* update and expand cursor rules structure * rule copy * rule updates
635 B
635 B
description, globs, alwaysApply
| description | globs | alwaysApply | |
|---|---|---|---|
| Studio: project structure and where code lives |
|
false |
Studio project structure
- Studio is a Next.js app using the pages router.
- Pages live in
apps/studio/pages.- Project pages:
apps/studio/pages/projects/[ref] - Org pages:
apps/studio/pages/org/[slug]
- Project pages:
- Studio components live in
apps/studio/components.- Studio UI helpers:
apps/studio/components/ui - Interface/page components:
apps/studio/components/interfaces(e.g.apps/studio/components/interfaces/Auth)
- Studio UI helpers:
- Shared hooks:
apps/studio/hooks - Shared helpers:
apps/studio/lib