diff --git a/src/node/init/init.ts b/src/node/init/init.ts index 8a6836a1..71120541 100644 --- a/src/node/init/init.ts +++ b/src/node/init/init.ts @@ -49,7 +49,7 @@ export async function init(root?: string) { message: 'Where should VitePress initialize the config?', initialValue: './', defaultValue: './', - validate(value) { + validate() { // TODO make sure directory is inside return undefined }