mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 16:08:34 +01:00
Resolve fallback dns addrs during build
This commit is contained in:
@@ -6,6 +6,7 @@ import { z } from 'zod';
|
||||
import { Environment } from '../environment';
|
||||
import { themeSettingSchema } from './StorageUIKeys';
|
||||
import { HourCyclePreferenceSchema } from './I18N';
|
||||
import { DNSFallbackSchema } from './DNSFallback';
|
||||
|
||||
const environmentSchema = z.nativeEnum(Environment);
|
||||
|
||||
@@ -40,6 +41,7 @@ export const rendererConfigSchema = z.object({
|
||||
contentProxyUrl: configRequiredStringSchema,
|
||||
crashDumpsPath: configRequiredStringSchema,
|
||||
ciMode: z.enum(['full', 'benchmark']).or(z.literal(false)),
|
||||
dnsFallback: DNSFallbackSchema,
|
||||
environment: environmentSchema,
|
||||
homePath: configRequiredStringSchema,
|
||||
hostname: configRequiredStringSchema,
|
||||
|
||||
Reference in New Issue
Block a user