Skip to content

Commit 88e8d0d

Browse files
committed
Fix: Remove obsolve type from template option schema
1 parent 5d9e52d commit 88e8d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/schemas/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ module.exports = {
239239
},
240240
},
241241
template: {
242-
type: ['object', 'function', 'existing file path'],
242+
type: ['object', 'function'],
243243
default: {},
244244
process: val => {
245245
if (typeof val === 'string') {

0 commit comments

Comments
 (0)