Merge branch 'main' into canary

This commit is contained in:
Mauricio Siu
2026-06-02 02:08:07 -06:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1193,4 +1193,4 @@
"breakpoints": true
}
]
}
}

View File

@@ -2,6 +2,7 @@ import { normalizeTrustedOrigin } from "@dokploy/server";
import { IS_CLOUD } from "@dokploy/server/constants";
import { db } from "@dokploy/server/db";
import { member, ssoProvider, user } from "@dokploy/server/db/schema";
import { getWebServerSettings } from "@dokploy/server/services/web-server-settings";
import { ssoProviderBodySchema } from "@dokploy/server/db/schema/sso";
import {
getOrganizationOwnerId,