()
| 119 | * @see https://docs.uploadthing.com/getting-started/appdir#add-env-variables |
| 120 | */ |
| 121 | export const uploadthing = (): Readonly<UploadThingEnv> => |
| 122 | createEnv({ |
| 123 | server: { |
| 124 | UPLOADTHING_TOKEN: z.string(), |
| 125 | }, |
| 126 | runtimeEnv: process.env, |
| 127 | }); |
| 128 | |
| 129 | /** |
| 130 | * Render System Environment Variables |
no test coverage detected