Skip to content

Commit

Permalink
fix: allow debug in payload config
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRibbens committed Sep 23, 2021
1 parent dece5e6 commit 65bf13d
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 65bf13d

Please sign in to comment.