Skip to content

Commit 615e898

Browse files
authored
Merge branch 'master' into 567/user-data-dir-config
2 parents ac21226 + 72e797b commit 615e898

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

dist/index.cjs

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

dist/index.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.esm.js.map

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/schemas/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,8 @@ export const defaultConfig = {
359359
type: 'number',
360360
cliName: 'maxUploadSize',
361361
envLink: 'SERVER_MAX_UPLOAD_SIZE',
362-
description: 'The maximum upload size, in megabytes, for the server'
362+
description:
363+
'The maximum upload size, in megabytes, for the server'
363364
},
364365
enable: {
365366
value: false,

0 commit comments

Comments
 (0)