mirror of
https://github.com/supabase/supabase.git
synced 2026-05-10 19:00:05 -04:00
1655a17e70
* Add support for configuring realtime settings * Refactor * Fix TS * Fix TS * Smol update * Hide new UI for local selfhosted * Add feature flag * Fix reset logic * Fix * minor refactor * Fix package.json * Simplify
5 lines
153 B
TypeScript
5 lines
153 B
TypeScript
export const realtimeKeys = {
|
|
configuration: (projectRef: string | undefined) =>
|
|
['projects', projectRef, 'realtime', 'configuration'] as const,
|
|
}
|