Skip to content

Commit ac21226

Browse files
PaulDalekcvasseng
authored andcommitted
Added the PUPPETEER_TEMP_DIR option, touch #567.
1 parent 651d935 commit ac21226

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/schemas/config.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,7 @@ export const defaultConfig = {
359359
type: 'number',
360360
cliName: 'maxUploadSize',
361361
envLink: 'SERVER_MAX_UPLOAD_SIZE',
362-
description:
363-
'The maximum upload size, in megabytes, for the server'
364-
362+
description: 'The maximum upload size, in megabytes, for the server'
365363
},
366364
enable: {
367365
value: false,

0 commit comments

Comments
 (0)