mirror of
https://github.com/supabase/supabase.git
synced 2026-05-07 23:19:23 +08:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes * **New Features** * Introduced new Lite Studio application with project management dashboard * Added project overview page with status monitoring and quick actions * Added database browser and project settings management interfaces * **Chores** * Added Docker support for containerized deployment * Added comprehensive project documentation * Updated workspace configuration <!-- end of auto-generated comment: release notes by coderabbit.ai -->
5 lines
164 B
TypeScript
5 lines
164 B
TypeScript
import { type RouteConfig } from '@react-router/dev/routes'
|
|
import { flatRoutes } from '@react-router/fs-routes'
|
|
|
|
export default flatRoutes() satisfies RouteConfig
|