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 -->
6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
import type { Config } from '@react-router/dev/config'
|
|
|
|
export default {
|
|
ssr: false,
|
|
} satisfies Config
|