This commit is contained in:
2026-03-11 04:16:51 +00:00
parent 33044fae23
commit 2e0009e3ca
13 changed files with 152 additions and 10 deletions
+3 -1
View File
@@ -4,7 +4,9 @@ import useAppInit from "../hooks/use-app-init";
import { ServerWebSocket } from "bun";
import { ChildProcess } from "child_process";
export type User = DATASQUIREL_LoggedInUser & {};
export type User = DATASQUIREL_LoggedInUser & {
super_admin?: 0 | 1;
};
export const CloudProviders = [
{