Skip to content

Commit

Permalink
Merge pull request #330 from payloadcms/fix/debug-config-option
Browse files Browse the repository at this point in the history
fix: allow debug in payload config
  • Loading branch information
DanRibbens authored Sep 28, 2021
2 parents f06808a + 65bf13d commit d498e37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,5 @@ export default joi.object({
plugins: joi.array().items(
joi.func(),
),
debug: joi.boolean(),
});

0 comments on commit d498e37

Please sign in to comment.