Welcome Back

Sign in to access your storage dashboard

or
Define Your Config Type
model DashboardConfig {
  enableNewLayout: boolean;
  defaultTheme: "light" | "dark";
  documentationUrl: string;
}