Skip to content

Commit

Permalink
update config schema
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVollmers committed May 5, 2024
1 parent 482202d commit f0263fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Doki.CommandLine/doki.config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
"properties": {
"outputPath": {
"type": "string"
},
"clearOutput": {
"type": "boolean",
"default": true
}
}
},
Expand Down

0 comments on commit f0263fd

Please sign in to comment.