mirror of
https://github.com/supabase/supabase.git
synced 2026-07-06 08:54:22 +08:00
* hide supautils extension and remove from docs page * newline --------- Co-authored-by: Bobbie Soedirgo <bobbie@soedirgo.dev>
20 lines
300 B
TypeScript
20 lines
300 B
TypeScript
export const HIDDEN_EXTENSIONS = [
|
|
'adminpack',
|
|
'amcheck',
|
|
'file_fdw',
|
|
'lo',
|
|
'old_snapshot',
|
|
'pageinspect',
|
|
'pg_buffercache',
|
|
'pg_freespacemap',
|
|
'pg_prewarm',
|
|
'pg_surgery',
|
|
'pg_visibility',
|
|
'pgstattuple',
|
|
'supabase_vault',
|
|
'supautils',
|
|
'intagg',
|
|
'xml2',
|
|
'pg_tle',
|
|
]
|