ProjectInfo Type — ui Architecture
Architecture documentation for the ProjectInfo type/interface in get-project-info.ts from the ui codebase.
Entity Profile
Dependency Diagram
graph TD c46b8b9a_662b_37a8_19b8_064c20bf32bb["ProjectInfo"] 6a5c3afa_2e3e_bbfc_2351_1976d5a184fe["get-project-info.ts"] c46b8b9a_662b_37a8_19b8_064c20bf32bb -->|defined in| 6a5c3afa_2e3e_bbfc_2351_1976d5a184fe style c46b8b9a_662b_37a8_19b8_064c20bf32bb fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/shadcn/src/utils/get-project-info.ts lines 13–23
export type ProjectInfo = {
framework: Framework
isSrcDir: boolean
isRSC: boolean
isTsx: boolean
tailwindConfigFile: string | null
tailwindCssFile: string | null
tailwindVersion: TailwindVersion
frameworkVersion: string | null
aliasPrefix: string | null
}
Source
Frequently Asked Questions
What is the ProjectInfo type?
ProjectInfo is a type/interface in the ui codebase, defined in packages/shadcn/src/utils/get-project-info.ts.
Where is ProjectInfo defined?
ProjectInfo is defined in packages/shadcn/src/utils/get-project-info.ts at line 13.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free