372b93fe45
Add auto-generated barrel index files for auth, chat, sidebar, and user contexts, and update the services barrel with comprehensive exports for api, dto, and schema modules to streamline imports across the application.
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"directory": [
|
|
"./src/data/repositories",
|
|
"./src/data/services",
|
|
"./src/data/services/api",
|
|
"./src/data/services/auth",
|
|
"./src/data/services/dto",
|
|
"./src/data/services/dto/auth",
|
|
"./src/data/services/dto/chat",
|
|
"./src/data/services/dto/metrics",
|
|
"./src/data/services/dto/user",
|
|
"./src/data/services/schemas",
|
|
"./src/data/services/schemas/auth",
|
|
"./src/data/services/schemas/chat",
|
|
"./src/data/services/schemas/metrics",
|
|
"./src/data/services/schemas/user",
|
|
"./src/data/storage/app",
|
|
"./src/data/storage/auth",
|
|
"./src/data/storage/chat",
|
|
"./src/data/storage/user",
|
|
"./src/app/_components/core",
|
|
"./src/app/auth/components",
|
|
"./src/app/chat/components",
|
|
"./src/app/sidebar/components",
|
|
"./src/app/splash/components",
|
|
"./src/contexts/auth",
|
|
"./src/contexts/chat",
|
|
"./src/contexts/sidebar",
|
|
"./src/contexts/user",
|
|
"./src/hooks",
|
|
"./src/integrations",
|
|
"./src/models/auth",
|
|
"./src/models/chat",
|
|
"./src/models/user"
|
|
]
|
|
}
|