Phase D
Some checks failed
CI / Node — lint, typecheck, test, build (push) Failing after 9s
CI / Go — node-agent tests (push) Failing after 8s
CI / Go — edge-gateway build (push) Successful in 17s

This commit is contained in:
smueller
2026-06-26 14:03:57 +02:00
parent ed8334328e
commit 333ad1cc7d
31 changed files with 964 additions and 15 deletions

View File

@@ -28,6 +28,7 @@ export type {
WhmcsClientLink,
WhmcsServiceLink,
IntegrationOperation,
SsoTicket,
Plan,
FeatureFlag,
SystemSetting,
@@ -35,7 +36,7 @@ export type {
JobRecord,
} from '@prisma/client';
import { PrismaClient } from '@prisma/client';
import { PrismaClient, Prisma } from '@prisma/client';
const globalForPrisma = globalThis as unknown as {
prisma: PrismaClient | undefined;