Initial workflow for donations

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
ayumi-signal
2025-06-27 13:48:50 -07:00
committed by GitHub
parent f62c53fdee
commit f2241cf613
20 changed files with 1230 additions and 76 deletions

View File

@@ -70,6 +70,7 @@ export const rendererConfigSchema = z.object({
serverUrl: configRequiredStringSchema,
sfuUrl: configRequiredStringSchema,
storageUrl: configRequiredStringSchema,
stripePublishableKey: configRequiredStringSchema,
theme: themeSettingSchema,
updatesUrl: configRequiredStringSchema,
resourcesUrl: configRequiredStringSchema,