chore: add support option (#1853)

This commit is contained in:
Catalin Pit
2025-08-19 13:59:03 +03:00
committed by GitHub
parent 6f35342a83
commit 231ef9c27e
11 changed files with 445 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
import { PlainClient } from '@team-plain/typescript-sdk';
import { env } from '@documenso/lib/utils/env';
export const plainClient = new PlainClient({
apiKey: env('NEXT_PRIVATE_PLAIN_API_KEY') ?? '',
});