Files
supabase/apps/studio/data/realtime/keys.ts
Joshen Lim 1655a17e70 Add support for configuring realtime settings (#33875)
* 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
2025-03-03 20:08:15 +08:00

5 lines
153 B
TypeScript

export const realtimeKeys = {
configuration: (projectRef: string | undefined) =>
['projects', projectRef, 'realtime', 'configuration'] as const,
}