feat: expose MinIO operator console
CI / Typecheck, test & build (push) Successful in 3m4s
CI / Deploy to Cloudflare Workers (push) Successful in 1m33s

This commit is contained in:
2026-09-06 22:57:00 +08:00
parent c03617a6e6
commit e3fcaa4d38
5 changed files with 101 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import type { ApiResponse } from '@/api/types'
* gated by our own admin permissions. The backend registry is
* config/internal_surfaces.php; the surface id must match a key there.
*/
export type InternalSurface = 'db-studio'
export type InternalSurface = 'db-studio' | 'minio-console'
export interface InternalSurfaceSession {
kind: 'internal_surface_session'