chore: delete unused value params (#4860)

pull/4873/head
Triumph-light 1 month ago committed by GitHub
parent 7c0c604585
commit f56dd608f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -49,7 +49,7 @@ export async function init(root?: string) {
message: 'Where should VitePress initialize the config?', message: 'Where should VitePress initialize the config?',
initialValue: './', initialValue: './',
defaultValue: './', defaultValue: './',
validate(value) { validate() {
// TODO make sure directory is inside // TODO make sure directory is inside
return undefined return undefined
} }

Loading…
Cancel
Save