We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
configuration
1 parent 1f99952 commit 2511a7dCopy full SHA for 2511a7d
src/packages/next/lib/api/schema/compute/common.ts
@@ -41,9 +41,9 @@ export const ComputeServerImageProxySchema = z.object({
41
name: z.string().optional(),
42
});
43
44
-export const GoogleCloudServerConfigurationSchema = z.object({});
+export const GoogleCloudServerConfigurationSchema = z.object({}).passthrough();
45
46
-export const HyperstackServerConfigurationSchema = z.object({});
+export const HyperstackServerConfigurationSchema = z.object({}).passthrough();
47
48
export const ServerConfigurationSchema = z.union([
49
GoogleCloudServerConfigurationSchema,
0 commit comments