Skip to content

Commit

Permalink
Update config-schema for relay field to be less strict (#39010)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jul 26, 2022
1 parent 5bd155e commit 0de6269
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions packages/next/server/config-schema.ts
Expand Up @@ -76,22 +76,6 @@ const configSchema = {
] as any,
},
relay: {
additionalProperties: false,
properties: {
artifactDirectory: {
minLength: 1,
type: 'string',
},
language: {
// automatic typing doesn't like enum
enum: ['flow', 'typescript'] as any,
type: 'string',
},
src: {
minLength: 1,
type: 'string',
},
},
type: 'object',
},
removeConsole: {
Expand Down

0 comments on commit 0de6269

Please sign in to comment.